ActionContext constructor
ActionContext(
- Map state,
- Map actionContext,
- dynamic actionValue,
- BuildContext buildContext,
Implementation
ActionContext(
this.state, this.actionContext, this.actionValue, this.buildContext);