DebounceFunction extension

Applies debouncing to a function.

on
  • void Function()

Methods

debounce({int milliseconds = kDefaultDebounceTime}) → void

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

Function debounce with a certain delay.