fullscreenDialog property

  1. @override
bool fullscreenDialog
override

Whether this page route is a full-screen dialog.

In Material and Cupertino, being fullscreen has the effects of making the app bars have a close button instead of a back button. On iOS, dialogs transitions animate differently and are also not closeable with the back swipe gesture.

Implementation

@override
bool get fullscreenDialog => _page.fullscreenDialog;