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
daniel
2020-09-23 16:15:06 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
David PHAM-VAN
2020-10-01 07:48:25 -0400
Commit
64209030ad728b9addf8dc063daad40ebc30900b
64209030
1 parent
8f261506
Add backgroundcolor to DropdownMenuItem in pageFormat list
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
printing/lib/src/pdf_preview.dart
printing/lib/src/pdf_preview.dart
View file @
6420903
...
...
@@ -291,6 +291,7 @@ class _PdfPreviewState extends State<PdfPreview> {
final
keys
=
_pageFormats
.
keys
.
toList
();
actions
.
add
(
DropdownButton
<
PdfPageFormat
>(
dropdownColor:
theme
.
primaryColor
,
icon:
Icon
(
Icons
.
arrow_drop_down
,
color:
theme
.
accentIconTheme
.
color
,
...
...
Please
register
or
login
to post a comment