Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -58,7 +58,7 @@ class MyApp extends StatelessWidget { | @@ -58,7 +58,7 @@ class MyApp extends StatelessWidget { | ||
| 58 | } | 58 | } |
| 59 | ``` | 59 | ``` |
| 60 | The second way:Does not support the use of font adaptation in the App | 60 | The second way:Does not support the use of font adaptation in the App |
| 61 | -``` | 61 | +```dart |
| 62 | class MyApp extends StatelessWidget { | 62 | class MyApp extends StatelessWidget { |
| 63 | @override | 63 | @override |
| 64 | Widget build(BuildContext context) { | 64 | Widget build(BuildContext context) { |
| @@ -213,7 +213,7 @@ Column( | @@ -213,7 +213,7 @@ Column( | ||
| 213 | #### Setting font does not change with system font size | 213 | #### Setting font does not change with system font size |
| 214 | 214 | ||
| 215 | APP global: | 215 | APP global: |
| 216 | -``` | 216 | +```dart |
| 217 | MaterialApp( | 217 | MaterialApp( |
| 218 | debugShowCheckedModeBanner: false, | 218 | debugShowCheckedModeBanner: false, |
| 219 | title: 'Flutter_ScreenUtil', | 219 | title: 'Flutter_ScreenUtil', |
-
Please register or login to post a comment