ActionField constructor

ActionField(
  1. AppModel app,
  2. ActionModel? action,
  3. SetActionValue setActionValue
)

Implementation

ActionField(this.app, this.action, this.setActionValue);