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