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
{{ message }}
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.
Would be great when the property useRootNavigator of showDialog or showMaterialModalBottomSheet respectively could be passed into the widget.
I currently have an issue where the dialog uses the wrong navigator and I cannot change it because showDialog has useRootNavigator = true by default. Btw. showMaterialModalBottomSheet has useRootNavigator = false by default.
Regards,
Florian
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi
Would be great when the property
useRootNavigator
ofshowDialog
orshowMaterialModalBottomSheet
respectively could be passed into the widget.I currently have an issue where the dialog uses the wrong navigator and I cannot change it because
showDialog
hasuseRootNavigator = true
by default. Btw.showMaterialModalBottomSheet
hasuseRootNavigator = false
by default.Regards,
Florian
The text was updated successfully, but these errors were encountered: