ThrottleMixin mixin
Mixin to add throttling capabilities to widgets
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
-
disposeThrottlers(
) → void - Dispose all throttlers
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
throttle(
String key, void action(), {int milliseconds = 300}) → void - Run a throttled action
-
throttler(
String key, {int milliseconds = 300}) → Throttler - Get or create a throttler with the specified key
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited