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