SlidingRouteSettings class
Settings for sliding route
Constructors
- SlidingRouteSettings({Curve curve = Curves.easeInOut, TransitionFrom start = TransitionFrom.bottomToTop, TransitionFrom reverse = TransitionFrom.topToBottom, Duration transitionDuration = const Duration(milliseconds: 400), Duration reverseTransitionDuration = const Duration(milliseconds: 400), RouteSettings? settings})
-
const
Properties
- curve → Curve
-
Route animation curve
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- reverse → TransitionFrom
-
Reverse route transition will start from this location
final
- reverseTransitionDuration → Duration
-
Reverse transition duration
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- settings → RouteSettings?
-
Route settings
final
- start → TransitionFrom
-
Route transition will start from this location
final
- transitionDuration → Duration
-
Transition duration
final
Methods
-
copyWith(
{Curve? curve, TransitionFrom? start, TransitionFrom? reverse, Duration? transitionDuration, Duration? reverseTransitionDuration, RouteSettings? settings}) → SlidingRouteSettings -
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