shapeOutside 属性

String shapeOutside

获取 "shape-outside" 的值

实现

String get shapeOutside => getPropertyValue('shape-outside');
void shapeOutside=(String value)

设置 "shape-outside" 的值

实现

set shapeOutside(String value) {
  setProperty('shape-outside', value, '');
}