color property Null safety
Gets the value of "color"
Implementation
String get color => getPropertyValue('color');
Sets the value of "color"
Implementation
set color(String value) {
setProperty('color', value, '');
}
Gets the value of "color"
String get color => getPropertyValue('color');
Sets the value of "color"
set color(String value) {
setProperty('color', value, '');
}