modal_bottom_sheet icon indicating copy to clipboard operation
modal_bottom_sheet copied to clipboard

Doesn't work with CupertinoTabScaffold

Open traed opened this issue 2 years ago • 0 comments

Using onGenerateRoute and MaterialWithModalsPageRoute, if the builder returns a CupertinoPageScaffold everything works as in the examples, but if it returns a CupertinoTabScaffold the background doesn't animate (shrink). If I wrap the CupertinoTabScaffold with a CupertinoScaffold and use CupertinoTabScaffold.showCupertinoModalBottomSheet the background shrinks but the modal is contained within the shrunken background instead.

traed avatar Jun 13 '22 15:06 traed