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