ArnaSlideTransition class

A class that provides SlideTransitions.

Constructors

ArnaSlideTransition()

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

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

Static Methods

fromBottom(Widget child, Animation<double> animation) SlideTransition
Animation from bottom offscreen up onto the screen.
fromLeft(Widget child, Animation<double> animation) SlideTransition
Animation from left off the screen into the screen.
fromRight(Widget child, Animation<double> animation) SlideTransition
Animation from right off screen to on screen.
fromTop(Widget child, Animation<double> animation) SlideTransition
Animation from top offscreen up onto the screen.
toBottom(Widget child, Animation<double> animation) SlideTransition
Animation from on the screen to down off the screen.
toLeft(Widget child, Animation<double> animation) SlideTransition
Animation from on screen to left off screen.
toRight(Widget child, Animation<double> animation) SlideTransition
Animation from on screen to right off screen.
toTop(Widget child, Animation<double> animation) SlideTransition
Animation from on the screen to top off the screen.