shapeOutside property
String
get
shapeOutside
Implementation
_i2.String get shapeOutside => _i4.getProperty(
this,
'shapeOutside',
);
set
shapeOutside
(String value)
Implementation
set shapeOutside(_i2.String value) {
_i4.setProperty(
this,
'shapeOutside',
value,
);
}