Showing
1 changed file
with
2 additions
and
2 deletions
@@ -41,7 +41,7 @@ import 'package:flutter_screenutil/flutter_screenutil.dart'; | @@ -41,7 +41,7 @@ import 'package:flutter_screenutil/flutter_screenutil.dart'; | ||
41 | ### Initialize and set the fit size and font size to scale according to the system's "font size" accessibility option | 41 | ### Initialize and set the fit size and font size to scale according to the system's "font size" accessibility option |
42 | Please set the size of the design draft before use, the width and height of the design draft. | 42 | Please set the size of the design draft before use, the width and height of the design draft. |
43 | 43 | ||
44 | -The first way: | 44 | +#### The first way: |
45 | ```dart | 45 | ```dart |
46 | void main() => runApp(MyApp()); | 46 | void main() => runApp(MyApp()); |
47 | 47 | ||
@@ -66,7 +66,7 @@ class MyApp extends StatelessWidget { | @@ -66,7 +66,7 @@ class MyApp extends StatelessWidget { | ||
66 | } | 66 | } |
67 | 67 | ||
68 | ``` | 68 | ``` |
69 | -The second way:Does not support font adaptation in the textTheme of MaterialApp's theme. | 69 | +#### The second way:Does not support font adaptation in the textTheme of MaterialApp's theme. |
70 | 70 | ||
71 | not support this: | 71 | not support this: |
72 | ```dart | 72 | ```dart |
-
Please register or login to post a comment