String shapeOutside

Gets the value of "shape-outside"

Source

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

Sets the value of "shape-outside"

Source

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