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