ActionListenerCallback typedef Null safety
The kind of callback that an Action uses to notify of changes to the action's state.
To register an action listener, call Action.addActionListener.
Implementation
typedef ActionListenerCallback = void Function(Action<Intent> action);