Showing
1 changed file
with
2 additions
and
1 deletions
| @@ -90,6 +90,7 @@ Adapted to screen height: `ScreenUtil().setHeight(200)`, | @@ -90,6 +90,7 @@ Adapted to screen height: `ScreenUtil().setHeight(200)`, | ||
| 90 | If your dart sdk>=2.6, you can use extension functions: | 90 | If your dart sdk>=2.6, you can use extension functions: |
| 91 | 91 | ||
| 92 | example: | 92 | example: |
| 93 | + | ||
| 93 | instead of : | 94 | instead of : |
| 94 | ``` | 95 | ``` |
| 95 | Container( | 96 | Container( |
| @@ -322,4 +323,4 @@ class _ExampleWidgetState extends State<ExampleWidget> { | @@ -322,4 +323,4 @@ class _ExampleWidgetState extends State<ExampleWidget> { | ||
| 322 | effect: | 323 | effect: |
| 323 | 324 | ||
| 324 |  | 325 |  |
| 325 | - | ||
| 326 | + |
-
Please register or login to post a comment