TickerSignalMixin mixin

A mixin that provides a Ticker signal for updating the display frame.

Mixin Applications

Properties

$onEnterFrame EventSignal<double>?
(Internal)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
onEnterFrame EventSignal<double>
Returns the EventSignal that is triggered on every frame update.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$disposeTickerSignals() → void
(Internal) Removes all registered listeners and frees the onEnterFrame signal.
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