PanaraAnimations class
This is the animation class containing all the animations for both dialogs. you can use it separatly if you want to use them in your other widgets.
Constructors
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, Animation<double> secondaryAnimation, Widget child) → dynamic -
fromLeft(
Animation< double> animation, Animation<double> secondaryAnimation, Widget child) → dynamic -
fromRight(
Animation< double> animation, Animation<double> secondaryAnimation, Widget child) → dynamic -
fromTop(
Animation< double> animation, Animation<double> secondaryAnimation, Widget child) → dynamic -
grow(
Animation< double> animation, Animation<double> secondaryAnimation, Widget child) → dynamic -
shrink(
Animation< double> animation, Animation<double> secondaryAnimation, Widget child) → dynamic