customOnKeyEvent property

bool Function(KeyEvent event)? customOnKeyEvent
final

An optional custom key event handler for unhandled events in the modal.

Implementation

final bool Function(KeyEvent event)? customOnKeyEvent;