actions property
See also:
- The shortcuts parameter, which defines the default set of shortcuts
for the application.
- The Shortcuts widget, which defines a keyboard mapping.
- The Actions widget, which defines the mapping from intent to action.
- The Intent and
Action
classes, which allow definition of new
actions.
Implementation
final Map<Type, Action<Intent>>? actions;