ActionsModifier constructor
const
ActionsModifier({})
Creates an Actions widget.
The child
, actions
, and dispatcher
arguments must not be null.
Implementation
const ActionsModifier({
super.key,
super.modifierKey,
super.child,
this.dispatcher,
required this.actions,
});