menu
nice2dev_flutter_ui
core\nice_shortcuts.dart
NiceShortcutManager
all property
all
dark_mode
light_mode
all
property
List
<
NiceShortcutInfo
>
get
all
Get all registered shortcuts.
Implementation
List<NiceShortcutInfo> get all => _shortcuts.values.toList();
nice2dev_flutter_ui
nice_shortcuts
NiceShortcutManager
all property
NiceShortcutManager class