AniSequence class final

Constructors

AniSequence({required int totalStep, required AniSequenceStyle style, required Generator<AniSequenceStep> step, required Generator<AniSequenceInterval> interval})
factory

Properties

abilities List<Mamable>
final
durations List<Duration>
final
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

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,