shapeRendering property

String shapeRendering

Implementation

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

Implementation

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