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