position 属性

String position

获取 "position" 的值

实现

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

设置 "position" 的值

实现

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