color property Null safety

String color

Gets the value of "color"

Implementation

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

Sets the value of "color"

Implementation

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