KeyHandlerCallback typedef
KeyHandlerCallback =
bool Function(Set<LogicalKeyboardKey> )
The signature for a key handle function
Implementation
typedef KeyHandlerCallback = bool Function(Set<LogicalKeyboardKey>);
The signature for a key handle function
typedef KeyHandlerCallback = bool Function(Set<LogicalKeyboardKey>);