menu
dartxx package
documentation
throttle_debounce.dart
Throttler
Throttler constructor
Throttler constructor
dark_mode
light_mode
Throttler
constructor
Throttler
(
{
required
Duration
delay
,
dynamic
callback
,
Duration
?
max
,
List
?
args
,
bool
noTrailing
=
false
,
})
Implementation
Throttler( {required this.delay, this.callback, this.max, this.args, this.noTrailing = false});
dartxx package
documentation
throttle_debounce
Throttler
Throttler constructor
Throttler class