includeDelays property

bool get includeDelays

Implementation

bool get includeDelays => _includeDelays;
set includeDelays (bool value)

Implementation

set includeDelays(bool value) {
  _includeDelays = value;
  _keyboardInvoker.notifyListeners();
}