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-02-03 07:36:25 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b8542964e368afd52a50aa60e0a61f9c27695d86
b8542964
1 parent
800d2ba3
Fix warning in barcode test
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
pdf/test/widget_barcode_test.dart
pdf/test/widget_barcode_test.dart
View file @
b854296
...
...
@@ -85,10 +85,10 @@ void main() {
size:
200
,
padding:
const
EdgeInsets
.
all
(
20
),
margin:
const
EdgeInsets
.
all
(
20
),
decoration:
BoxDecoration
(
decoration:
const
BoxDecoration
(
borderRadius:
20
,
color:
PdfColors
.
white
,
border:
const
BoxBorder
(
border:
BoxBorder
(
color:
PdfColors
.
blue
,
top:
true
,
bottom:
true
,
...
...
Please
register
or
login
to post a comment