RgbField constructor

RgbField(
  1. AppModel app,
  2. String label,
  3. RgbModel? rgbModel,
  4. ChangeRgbField trigger,
)

Implementation

RgbField(this.app, this.label, this.rgbModel, this.trigger);