action property
void Function()?
action
final
Widget-level callback invoked when this binding is intercepted.
Used by KeyMap.intercept for direct side effects in StatefulWidget
states. When null, intercept skips this binding.
Implementation
final void Function()? action;