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-04-26 21:02:14 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
dd38c53ebf7a89616f6ff21d799ff6c4dcce563a
dd38c53e
1 parent
c57f5944
Fix Flutter 1.12 compatiblity
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
printing/lib/src/pdf_preview.dart
printing/lib/src/pdf_preview.dart
View file @
dd38c53
...
...
@@ -246,7 +246,7 @@ class _PdfPreviewState extends State<PdfPreview> {
actions
.
add
(
DropdownButton
<
PdfPageFormat
>(
style:
theme
.
accentTextTheme
.
button
,
dropdownColor:
Colors
.
grey
.
shade700
,
//
dropdownColor: Colors.grey.shade700,
icon:
Icon
(
Icons
.
arrow_drop_down
,
color:
theme
.
accentIconTheme
.
color
,
...
...
Please
register
or
login
to post a comment