Gets the value of "margin-right"
Source
String get marginRight => getPropertyValue('margin-right');
Sets the value of "margin-right"
Source
set marginRight(String value) {
setProperty('margin-right', value, '');
}
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, '');
}