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
2022-05-14 09:43:46 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2fad704c48a7c2de90c9436789b311619b6cb1bf
2fad704c
1 parent
acb2342b
Fix code style
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
pdf/lib/src/widgets/table.dart
pdf/lib/src/widgets/table.dart
View file @
2fad704
...
...
@@ -670,7 +670,9 @@ class Table extends Widget with SpanningWidget {
}
double
_getHeight
(
int
heightIndex
)
{
return
(
heightIndex
>=
0
&&
heightIndex
<
_heights
.
length
)
?
_heights
[
heightIndex
]
:
0.0
;
return
(
heightIndex
>=
0
&&
heightIndex
<
_heights
.
length
)
?
_heights
[
heightIndex
]
:
0.0
;
}
static
TextAlign
_textAlign
(
Alignment
align
)
{
...
...
Please
register
or
login
to post a comment