shapeOutside property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getshapeOutside
Gets the value of "shape-outside"
Implementation
String get shapeOutside => getPropertyValue('shape-outside');
setshapeOutside (String value)
Sets the value of "shape-outside"
Implementation
set shapeOutside(String value) {
setProperty('shape-outside', value, '');
}