KeyEventState.none constructor
KeyEventState.none()
Creates a new instance of KeyEventState with none of the states enabled.
Implementation
factory KeyEventState.none() => const KeyEventState(_none);
Creates a new instance of KeyEventState with none of the states enabled.
factory KeyEventState.none() => const KeyEventState(_none);