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