EventQueue class

Constructors

EventQueue(AnimationState animState)

Properties

animState AnimationState
getter/setter pair
drainDisabled bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
objects List
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clear() → void
complete(TrackEntry entry) → void
dispose(TrackEntry entry) → void
drain() → void
end(TrackEntry entry) → void
event(TrackEntry entry, Event? event) → void
interrupt(TrackEntry entry) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start(TrackEntry? entry) → void
toString() String
A string representation of this object.
inherited

Operators

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