FlutterPageRouteBuilder class
- Implemented types
- Annotations
Constructors
- FlutterPageRouteBuilder({@c required AnyWidget child, FlutterRouteSettings? settings, bool? opaque, bool? barrierDismissible, FlutterColor? barrierColor, String? barrierLabel, bool? maintainState, bool? fullscreenDialog})
-
factory
-
FlutterPageRouteBuilder.fromJson(Map<
String, dynamic> json) -
factory
Properties
- barrierColor → FlutterColor?
-
no setterinherited
- barrierDismissible → bool?
-
no setterinherited
- barrierLabel → String?
-
no setterinherited
- child → AnyWidget
-
no setterinherited
- fullscreenDialog → bool?
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- maintainState → bool?
-
no setterinherited
- opaque → bool?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- settings → FlutterRouteSettings?
-
no setterinherited
Methods
-
map<
TResult extends Object?> (TResult $default(_FlutterPageRouteBuilder value)) → TResult -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toFlutter(
AnyWidgetContext context) → PageRouteBuilder< AWActions?> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- unionValue → const String