includeRepeats property Null safety
final
Whether this activator accepts repeat events of the trigger key.
If includeRepeats is true, the activator is checked on all
RawKeyDownEvent events for the trigger key. If includeRepeats
is
false, only the trigger key events with a false RawKeyDownEvent.repeat
attribute will be considered.
Implementation
final bool includeRepeats;