Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -165,7 +165,7 @@ class _MyHomePageState extends State<MyHomePage> { | @@ -165,7 +165,7 @@ class _MyHomePageState extends State<MyHomePage> { | ||
| 165 | ModalFit(scrollController: scrollController), | 165 | ModalFit(scrollController: scrollController), |
| 166 | )), | 166 | )), |
| 167 | ListTile( | 167 | ListTile( |
| 168 | - title: Text('Cupertino Small Modal forzed to expand'), | 168 | + title: Text('Cupertino Small Modal forced to expand'), |
| 169 | onTap: () => showCupertinoModalBottomSheet( | 169 | onTap: () => showCupertinoModalBottomSheet( |
| 170 | expand: true, | 170 | expand: true, |
| 171 | context: context, | 171 | context: context, |
-
Please register or login to post a comment