PageRouteOptions.material constructor
const
PageRouteOptions.material({
- bool maintainState = true,
- bool fullscreenDialog = false,
- RouteSettings? settings,
- bool allowSnapshotting = true,
- bool barrierDismissible = false,
- WidgetBuilder? builder,
Implementation
const PageRouteOptions.material({
this.maintainState = true,
this.fullscreenDialog = false,
this.settings,
this.allowSnapshotting = true,
this.barrierDismissible = false,
this.builder,
}) : title = null,
style = RoutePushStyle.material;