Showing
1 changed file
with
1 additions
and
1 deletions
@@ -34,7 +34,7 @@ Notice this route type works the same as `MaterialPageRoute` and will support cu | @@ -34,7 +34,7 @@ Notice this route type works the same as `MaterialPageRoute` and will support cu | ||
34 | 1. Wrap previous page inside a `CupertinoScaffold`. | 34 | 1. Wrap previous page inside a `CupertinoScaffold`. |
35 | 2. Call `CupertinoScaffold.showCupertinoModalBottomSheet(context:context, builder: ...)` | 35 | 2. Call `CupertinoScaffold.showCupertinoModalBottomSheet(context:context, builder: ...)` |
36 | 36 | ||
37 | -This two methods won't work together. | 37 | +This two options won't work correctly together. |
38 | 38 | ||
39 | It supports native features as bouncing, blurred background, dark mode, stacking modals and inside navigation. | 39 | It supports native features as bouncing, blurred background, dark mode, stacking modals and inside navigation. |
40 | 40 |
-
Please register or login to post a comment