Animate class
Define Animation Type
Constructors
- Animate()
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
-
rotate(
{required Widget child, required Animation< double> animation}) → Transform - rotate Animation
-
scale(
{required Widget child, required Animation< double> animation}) → Transform - scale Animation
-
slideInDown(
{required Widget child, required Animation< double> animation}) → Transform - slideInDown Animation
-
slideInLeft(
{required Widget child, required Animation< double> animation}) → Transform - slideInLeft Animation
-
slideInRight(
{required Widget child, required Animation animation}) → Transform - slideInRight Animation
-
slideInUp(
{required Widget child, required Animation< double> animation}) → Transform - slideInUp Animation