onKeyUp property
final
Callback, called when up key is being pressed while this field is in focus.
Implementation
final bool Function(LogicalKeyboardKey)? onKeyUp;
Callback, called when up key is being pressed while this field is in focus.
final bool Function(LogicalKeyboardKey)? onKeyUp;