Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
dart_pdf
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
David PHAM-VAN
2020-05-03 18:36:25 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
75e9cce907b55f792af32b720419197dac558549
75e9cce9
1 parent
98832a6b
Remove dropdownColor again
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
printing/lib/src/pdf_preview.dart
printing/lib/src/pdf_preview.dart
View file @
75e9cce
...
...
@@ -253,8 +253,6 @@ class _PdfPreviewState extends State<PdfPreview> {
final
List
<
String
>
keys
=
_pageFormats
.
keys
.
toList
();
actions
.
add
(
DropdownButton
<
PdfPageFormat
>(
// style: theme.accentTextTheme.button,
dropdownColor:
Colors
.
grey
.
shade700
,
icon:
Icon
(
Icons
.
arrow_drop_down
,
color:
theme
.
accentIconTheme
.
color
,
...
...
Please
register
or
login
to post a comment