Gets the value of "shape-margin"
String get shapeMargin => getPropertyValue('shape-margin');
Sets the value of "shape-margin"
set shapeMargin(String value) { setProperty('shape-margin', value, ''); }