ActionListenerModifier constructor
const
ActionListenerModifier({})
Create a const ActionListener.
The listener
, action
, and child
arguments must not be null.
Implementation
const ActionListenerModifier({
super.key,
super.modifierKey,
super.child,
required this.listener,
required this.action,
});