You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my App I don't use the 'routes' or 'onGenerateRoute' parameter. I only do Routing with Navigator.push(). I can show the ModalSheet but it does not animate the previous route behind the new one.
How can I change that without adding 'routes' or 'onGenerateRoute' in my MaterialApp()?
Best regards
The text was updated successfully, but these errors were encountered:
In my App I don't use the 'routes' or 'onGenerateRoute' parameter. I only do Routing with
Navigator.push()
. I can show the ModalSheet but it does not animate the previous route behind the new one.How can I change that without adding 'routes' or 'onGenerateRoute' in my MaterialApp()?
Best regards
The text was updated successfully, but these errors were encountered: