PageTransition class abstract

Base class for page transitions

Constructors

PageTransition.fade({Duration? duration})
Fade transition
factory
PageTransition.slideFromBottom({Duration? duration})
Slide from bottom transition
factory
PageTransition.slideFromLeft({Duration? duration})
Slide from left transition
factory
PageTransition.slideFromRight({Duration? duration})
Slide from right transition
factory
PageTransition.slideFromTop({Duration? duration})
Slide from top transition
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getRoute(Widget screen) Route
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