marginBefore property Null safety

String marginBefore

Gets the value of "margin-before"

Implementation

String get marginBefore => getPropertyValue('margin-before');
void marginBefore=(String value)

Sets the value of "margin-before"

Implementation

set marginBefore(String value) {
  setProperty('margin-before', value, '');
}