ShortcutsViewerDialog constructor
const
ShortcutsViewerDialog({
- Key? key,
- required Map<
LogicalKeySet, String> shortcuts, - Map<
String, NodeFlowAction> actions = const {},
Creates a shortcuts viewer dialog.
Parameters:
shortcuts: A map of keyboard shortcuts to action IDsactions: A map of action IDs to NodeFlowAction objects for metadata
Implementation
const ShortcutsViewerDialog({
super.key,
required this.shortcuts,
this.actions = const {},
});