DebouncedCallbackX extension

Extension that debounces a callback inline.

on
  • void Function()

Methods

debounce({int milliseconds = kDefaultDebounceTime}) → void

Available on void Function(), provided by the DebouncedCallbackX extension

Runs this callback through a newly created debouncer.