KeyEventState.capsLock constructor

KeyEventState.capsLock()

Creates a new instance of KeyEventState with caps lock enabled.

Implementation

factory KeyEventState.capsLock() => const KeyEventState(_capsLock);