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