SingleValueTweenMixin mixin

/ --------------------------------------------------------------------------- A mixin that adds the ability for the tweenable object to represent a single value that is being tweened.

Mixin Applications

Properties

getValue Object?
The value to be tweened. Can be a Function or the actual value.
getter/setter pair
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
tween(Object value, {required double duration, EaseFunction? ease, double? delay, bool? useFrames, int? overwrite, Function? onStart, Object? onStartParams, Function? onComplete, Object? onCompleteParams, Function? onUpdate, Object? onUpdateParams, bool? runBackwards, bool? immediateRender, Map? startAt}) GTween
Tweens this instance (defined by getValue) to the current value.

Operators

operator ==(Object other) bool
The equality operator.
inherited