RouteTransitions class

Constructors

RouteTransitions({required BuildContext context, required Widget child, bool replacement = false, AnimationType animation = AnimationType.normal, Duration duration = const Duration(milliseconds: 300), Duration reverseDuration = const Duration(milliseconds: 300), Alignment alignment = Alignment.topLeft, Cubic curve = Curves.ease})
Class RouteTransitions:

Properties

alignment Alignment
alignment The Aligment of Animation Only for AnymationType.rotateIn
final
animation AnimationType
animation The Animation Type
final
child Widget
child The Page Widget
final
context BuildContext
context The Build Context
final
curve Cubic
curve The Animation Cubic (Curve)
final
duration Duration
duration The input Animation
final
hashCode int
The hash code for this object.
no setterinherited
replacement bool
replacement Add replacement to output Page?
final
reverseDuration Duration
reverseDuration The output Animation
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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