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