fullscreenDialog property

  1. @override
bool fullscreenDialog
final

Whether this 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
final bool fullscreenDialog;