color property

String get color

Gets the value of "color"

Implementation

String get color => getPropertyValue('color');
set color (String value)

Sets the value of "color"

Implementation

set color(String value) {
  setProperty('color', value, '');
}