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