shapeMargin property

String shapeMargin

Implementation

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

Implementation

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