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