PageRouteOptions class

page route

Constructors

PageRouteOptions({bool maintainState = true, bool fullscreenDialog = false, String? title, RouteSettings? settings, bool allowSnapshotting = true, bool barrierDismissible = false, WidgetBuilder? builder, Widget? widget})
const

Properties

allowSnapshotting bool
allowSnapshotting
final
barrierDismissible bool
barrierDismissible
final
builder WidgetBuilder?
builder
final
fullscreenDialog bool
fullscreenDialog
final
hashCode int
The hash code for this object.
no setterinherited
maintainState bool
maintainState
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settings RouteSettings?
settings
final
title String?
title
final
widget Widget?
widget
final

Methods

copyWith({bool? maintainState, bool? fullscreenDialog, String? title, RouteSettings? settings, bool? allowSnapshotting, bool? barrierDismissible, WidgetBuilder? builder, Widget? widget}) PageRouteOptions
merge([PageRouteOptions? options]) PageRouteOptions
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited