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
First of all thank you so much for building and maintaining such a helpful package.
I have a MainPage, BrandSheet and SettingPage.
In MainPage there are 2 buttons. One of them open the BrandSheet by scaling the MainPage to the back
And the settings button which should open SettingPage normally without scaling MainPage to the back.
My MainPage is in CupertinoModalSheetRoute()
So I'm able to show BrandSheet with no problem.
But When I run Navigator.of(context).pushNamed(SettingPage.routeName), MainPage is scaling like opening a sheet
How can I open the SettingPage as a normal page?
Thanks in advance
The text was updated successfully, but these errors were encountered:
First of all thank you so much for building and maintaining such a helpful package.
I have a
MainPage
,BrandSheet
andSettingPage
.In
MainPage
there are 2 buttons. One of them open theBrandSheet
by scaling theMainPage
to the backAnd the settings button which should open
SettingPage
normally without scalingMainPage
to the back.My
MainPage
is inCupertinoModalSheetRoute()
So I'm able to show
BrandSheet
with no problem.But When I run
Navigator.of(context).pushNamed(SettingPage.routeName)
,MainPage
is scaling like opening a sheetHow can I open the
SettingPage
as a normal page?Thanks in advance
The text was updated successfully, but these errors were encountered: