icon property

void icon=(TouchBarImage newValue)

Implementation

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