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