Showing
1 changed file
with
0 additions
and
2 deletions
| @@ -253,8 +253,6 @@ class _PdfPreviewState extends State<PdfPreview> { | @@ -253,8 +253,6 @@ class _PdfPreviewState extends State<PdfPreview> { | ||
| 253 | final List<String> keys = _pageFormats.keys.toList(); | 253 | final List<String> keys = _pageFormats.keys.toList(); |
| 254 | actions.add( | 254 | actions.add( |
| 255 | DropdownButton<PdfPageFormat>( | 255 | DropdownButton<PdfPageFormat>( |
| 256 | - // style: theme.accentTextTheme.button, | ||
| 257 | - dropdownColor: Colors.grey.shade700, | ||
| 258 | icon: Icon( | 256 | icon: Icon( |
| 259 | Icons.arrow_drop_down, | 257 | Icons.arrow_drop_down, |
| 260 | color: theme.accentIconTheme.color, | 258 | color: theme.accentIconTheme.color, |
-
Please register or login to post a comment