KeyEventState.none constructor

KeyEventState.none()

Creates a new instance of KeyEventState with none of the states enabled.

Implementation

factory KeyEventState.none() => const KeyEventState(_none);