menu
nice2dev_flutter_ui
core\nice_shortcuts.dart
NiceShortcutMixin
<
T extends StatefulWidget
>
shortcuts property
shortcuts
dark_mode
light_mode
shortcuts
property
Map
<
ShortcutActivator
,
Intent
>
get
shortcuts
Override to define shortcuts for this widget.
Implementation
Map<ShortcutActivator, Intent> get shortcuts => {};
nice2dev_flutter_ui
nice_shortcuts
NiceShortcutMixin
<
T extends StatefulWidget
>
shortcuts property
NiceShortcutMixin mixin