TweenProperty class

The TweenProperty class controls the value of a property while the tween is running. This class is returned by the getters of the TweenPropertyAccessor implementations.

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

by(num deltaValue) → void
Animate the property from the current value by a given delta value.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
to(num targetValue) → void
Animate the property from the current value to a given target value.
toString() String
A string representation of this object.
inherited

Operators

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