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