Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
flutter_screenutil
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
Gabriel Beckman
2022-01-27 15:15:46 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2022-01-27 15:15:46 -0300
Commit
6bed8618850cc7a545a5f68b84aac9f4e64418df
6bed8618
1 parent
791f167a
Null operator on PT README
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
README_PT.md
README_PT.md
View file @
6bed861
...
...
@@ -69,7 +69,7 @@ class MyApp extends StatelessWidget {
return
MediaQuery
(
//Setting font does not change with system font size
data:
MediaQuery
.
of
(
context
).
copyWith
(
textScaleFactor:
1.0
),
child:
widget
,
child:
widget
!
,
);
},
theme:
ThemeData
(
...
...
Please
register
or
login
to post a comment