TweenAnimtable<T> class
An CueAnimtable that wraps a standard Flutter Animatable.
Transforms the animation progress (CueTrack.value) through the tween, ignoring Cue-specific state (phase, direction). Suitable for simple, progress-only animations.
Typically used for single-phase motions that don't need asymmetric forward/reverse behavior or multi-stage keyframes.
- Inheritance
-
- Object
- CueAnimtable<
T> - TweenAnimtable
Constructors
-
TweenAnimtable(Animatable<
T> tween) -
Creates a tween-based animatable driver.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
tween
→ Animatable<
T> -
The underlying Flutter tween to transform progress values.
final
Methods
-
evaluate(
CueTrack track) → T -
Evaluates the animated value given the animation track state.
override
-
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