Gets the value of "shape-outside"
Source
String get shapeOutside => getPropertyValue('shape-outside');
Sets the value of "shape-outside"
Source
set shapeOutside(String value) {
setProperty('shape-outside', value, '');
}
Gets the value of "shape-outside"
String get shapeOutside => getPropertyValue('shape-outside');
Sets the value of "shape-outside"
set shapeOutside(String value) {
setProperty('shape-outside', value, '');
}