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
Static Methods
-
between<T>({BetweenInterval weight = BetweenInterval.linear, (Curve, Curve)? curve, required List<T> steps})
→ Between<T>
-
-
between_generator<T>({required int totalStep, required Generator<T> step, required Generator<BetweenInterval> interval, (Curve, Curve)? curve, Sequencer<T, Lerper<T>, Between<T>>? sequencer})
→ Between<T>
-
-
outAndBack<T>({required T begin, required T target, (Curve, Curve)? curve, double ratio = 1.0, Curve curveOut = Curves.fastOutSlowIn, Curve curveBack = Curves.fastOutSlowIn, Sequencer<T, Lerper<T>, Between<T>>? sequencer})
→ Between<T>
-