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