Animations class

Constructors

Animations()

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(Animation<double> animation, Widget child) Widget
fromBottom Slide animation, from top to bottom This method uses SlideTransition widget
fromLeft(Animation<double> animation, Widget child) Widget
fromLeft Slide animation, from left to right This method uses SlideTransition widget
fromRight(Animation<double> animation, Widget child) Widget
fromRight Slide animation, from right to left This method uses SlideTransition widget
fromTop(Animation<double> animation, Widget child) Widget
fromTop Slide animation, from top to bottom This method uses SlideTransition widget
grow(Animation<double> animation, Widget child) Widget
grow Scale animation, from in to out This method uses ScaleTransition widget