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