Do class

Constructors

Do.new(Map<String, dynamic> object)

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

chain(Do chainedTween) Do
delay(int amount) Do
easing(dynamic easing) Do
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onComplete(Function onCompleteCallback) Do
onUpdate(Function onUpdateCallback) Do
stop() Do
to(Map<String, dynamic> properties, [int duration = 1000]) Do
toString() String
A string representation of this object.
inherited
tween([dynamic time]) Do

Operators

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

Static Properties

ease EaseInstanceClass
getter/setter pair

Static Methods

add(Do tween) → void
close() → void
enableManualUpdate() → void
getAll() List<Do>
////////////////////////////////////////////////////////////////////////
remove(Do tween) → void
removeAll() → void
setup() → void
update([dynamic time]) bool