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