Debounce class

A debounce function completely halts function calls until the call rate of the function falls low enough

Constructors

Debounce({Duration delay = const Duration(milliseconds: 250)})
default constructor

Properties

delay Duration
debounce delay
final
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
run(VoidCallback action, {Duration? delay}) → dynamic
run the function
toString() String
A string representation of this object.
inherited

Operators

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