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