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-17 07:50:26 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7e2d85a2d37af36c378a3eb0b8fc37dd19f7e915
7e2d85a2
1 parent
6d6bdb80
Fix analyzer warning
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pdf/test/widget_test.dart
pdf/test/widget_test.dart
View file @
7e2d85a
...
...
@@ -72,7 +72,7 @@ void main() {
destination:
'anchor'
,
child:
Text
(
'Internal link'
,
style:
TextStyle
(
style:
const
TextStyle
(
color:
PdfColors
.
blue
,
decoration:
TextDecoration
.
underline
,
),
...
...
Please
register
or
login
to post a comment