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