ActionHandler<A_T extends XAction> constructor
ActionHandler<A_T extends XAction> (
- BuildContext context, {
- A_T? action,
Implementation
ActionHandler(this.context, {this.action});