获取"color"的值
String get color => getPropertyValue('color');
设置"color"的值
set color(String value) { setProperty('color', value, ''); }