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
2021-11-22 22:45:09 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fe768f4cad9a28ed56e2afe2348807ea750f8ac0
fe768f4c
1 parent
68447c43
Fix dart warning
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pdf/lib/src/widgets/content.dart
pdf/lib/src/widgets/content.dart
View file @
fe768f4
...
...
@@ -144,7 +144,7 @@ class TableOfContent extends StatelessWidget {
child:
Row
(
children:
[
SizedBox
(
width:
10.0
*
l
),
Text
(
'
${c.title}
'
),
Text
(
c
.
title
!
),
SizedBox
(
width:
8
),
Expanded
(
child:
Divider
(
...
...
Please
register
or
login
to post a comment