SSpreadsheetKeystrokeHudBuilder typedef
SSpreadsheetKeystrokeHudBuilder =
Widget Function(BuildContext context, String shortcutLabel, String actionLabel)
Builds a custom HUD overlay widget.
Receives a human-readable shortcutLabel (e.g. "⌘D" or "Ctrl+D")
and actionLabel (e.g. "New Dept Booking") for the triggered keystroke.
Implementation
typedef SSpreadsheetKeystrokeHudBuilder = Widget Function(
BuildContext context, String shortcutLabel, String actionLabel);