includeRepeats property
final
Whether this activator accepts repeat events of the trigger key.
If includeRepeats is true, the activator is checked on all KeyDownEvent or KeyRepeatEvents for the trigger key. If includeRepeats is false, only trigger key events which are KeyDownEvents will be considered.
Implementation
final bool includeRepeats;