ActionContext constructor

ActionContext(
  1. Map state,
  2. Map actionContext,
  3. dynamic actionValue,
  4. BuildContext buildContext,
)

Implementation

ActionContext(
    this.state, this.actionContext, this.actionValue, this.buildContext);