TrackElementResize class

Tracks a DOM Element to identify when its size changes.

Constructors

TrackElementResize()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
track(Element element, OnElementEvent onResize) → void
Tracks element resize events.
untrack(Element element) → void
Untracks element.

Operators

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