IconField constructor

IconField(
  1. AppModel app,
  2. IconModel? iconModel,
  3. ChangeIconField trigger
)

Implementation

IconField(this.app, this.iconModel, this.trigger);