onKeyUp property

bool Function(LogicalKeyboardKey)? onKeyUp
final

Callback, called when up key is being pressed while this field is in focus.

Implementation

final bool Function(LogicalKeyboardKey)? onKeyUp;