icon property

Implementation

TouchBarImage? get icon => _labeledIcon?.image;
void icon=(TouchBarImage? newValue)

Implementation

set icon(TouchBarImage? newValue) {
  this.updateProperty('icon', newValue: newValue);
  this._labeledIcon?.image = newValue;
}