ResizeSignalMixin mixin

A mixin that provides a Signal for when the size of an object changes.

Mixin Applications

Properties

$onResized Signal?
(Internal)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
onResized Signal
Returns the Signal that is triggered when the size of an object changes.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$disposeResizeSignals() → void
(Internal) Removes all registered listeners and frees the onResized 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