shapeOutside property

String shapeOutside

Implementation

_i2.String get shapeOutside => _i4.getProperty(
      this,
      'shapeOutside',
    );
void shapeOutside=(String value)

Implementation

set shapeOutside(_i2.String value) {
  _i4.setProperty(
    this,
    'shapeOutside',
    value,
  );
}