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-22 08:17:20 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0520add837b1f32b9d2e508e95865f4fe808e47d
0520add8
1 parent
80a0ce2b
Add missing const
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
printing/example/lib/example_widgets.dart
printing/example/lib/example_widgets.dart
View file @
0520add
...
...
@@ -181,7 +181,7 @@ class UrlText extends pw.StatelessWidget {
return
pw
.
UrlLink
(
destination:
url
,
child:
pw
.
Text
(
text
,
style:
pw
.
TextStyle
(
style:
const
pw
.
TextStyle
(
decoration:
pw
.
TextDecoration
.
underline
,
color:
PdfColors
.
blue
,
)),
...
...
Please
register
or
login
to post a comment