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
2019-09-21 10:28:16 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2bbd37bf5d302904715aa233f06fd2a97958faf6
2bbd37bf
1 parent
f60f2ea6
Fix Warning
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pdf/test/widget_theme_test.dart
pdf/test/widget_theme_test.dart
View file @
2bbd37b
...
...
@@ -121,7 +121,7 @@ void main() {
pdf
.
addPage
(
Page
(
pageFormat:
PdfPageFormat
.
a4
,
orientation:
PageOrientation
.
portrait
,
margin:
EdgeInsets
.
all
(
8.0
),
margin:
const
EdgeInsets
.
all
(
8.0
),
theme:
Theme
(
defaultTextStyle:
TextStyle
(
font:
Font
.
courier
(),
fontSize:
10.0
),
),
...
...
Please
register
or
login
to post a comment