St8Animation class
Methods
-
moveTo(double x, double y, {Duration? duration, Curve? curve})
→ St8Animation
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
opacityTo(double opacity, {Duration? duration, Curve? curve})
→ St8Animation
-
-
rotateTo(double turns, {Duration? duration, Curve? curve, Alignment? alignment})
→ St8Animation
-
-
scaleTo(double scale, {Duration? duration, Curve? curve, Alignment? alignment})
→ St8Animation
-
-
stateTo(St8AnimationState animation)
→ St8Animation
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
wait(Duration duration)
→ St8Animation
-