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
Leaving the full screen is a problem in web and might not be that obvious in mobile. I suggest we add a close button in AppBar's leading widget that would simply do:
Navigator.of(context).pop();
Regards.
The text was updated successfully, but these errors were encountered:
Hi,
Leaving the full screen is a problem in web and might not be that obvious in mobile. I suggest we add a close button in AppBar's leading widget that would simply do:
Navigator.of(context).pop();
Regards.
The text was updated successfully, but these errors were encountered: