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-09-07 09:30:02 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e89c977c39ca44f054bdd7e828c4646237e79e29
e89c977c
1 parent
a968b1a8
Add missing type
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pdf/lib/widgets/text_style.dart
pdf/lib/widgets/text_style.dart
View file @
e89c977
...
...
@@ -417,7 +417,7 @@ class Directionality extends StatelessWidget implements Inherited {
@override
Widget
build
(
Context
context
)
{
return
InheritedWidget
(
build:
(
context
)
=>
child
,
build:
(
Context
context
)
=>
child
,
inherited:
this
,
);
}
...
...
Please
register
or
login
to post a comment