ActionHandler<A_T extends XAction> constructor

ActionHandler<A_T extends XAction>(
  1. BuildContext context, {
  2. A_T? action,
})

Implementation

ActionHandler(this.context, {this.action});