getKeyPressDebouncer method

Debouncer getKeyPressDebouncer()

Implementation

Debouncer getKeyPressDebouncer() {
  return InputFieldHelper.getKeyPressDebouncer(
      _delayedKeyPressDebouncer,
      _lastDelayedKeyPressDuration,
      widget._controller.delayedKeyPressDuration);
}