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
2025-01-25 15:41:29 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
641c1fb69dcafee5d2d928ce40e25c3b55a2322e
641c1fb6
1 parent
bee3fc2d
Fix dart style
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
pdf/lib/src/widgets/text_style.dart
pdf/lib/src/widgets/text_style.dart
View file @
641c1fb
...
...
@@ -355,7 +355,9 @@ class TextStyle {
lineSpacing:
other
.
lineSpacing
,
height:
other
.
height
,
background:
other
.
background
,
decoration:
decoration
==
null
?
other
.
decoration
:
decoration
!.
merge
(
other
.
decoration
),
decoration:
decoration
==
null
?
other
.
decoration
:
decoration
!.
merge
(
other
.
decoration
),
decorationColor:
other
.
decorationColor
,
decorationStyle:
other
.
decorationStyle
,
decorationThickness:
other
.
decorationThickness
,
...
...
Please
register
or
login
to post a comment