bottom 属性

String bottom

获取 "bottom" 的值

实现

String get bottom => getPropertyValue('bottom');
void bottom=(String value)

设置 "bottom" 的值

实现

set bottom(String value) {
  setProperty('bottom', value, '');
}