Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
mationani_mamionSequence(int? step, {Key? key, required AniSequence sequence, required Widget child, required AnimationControllerInitializer initializer})
→ Mationani
-
if
step == null, there is no animation,
if step % 2 == 0, there is forward animation,
if step % 2 == 1, there is reverse animation,