marginTop property Null safety

String marginTop

Gets the value of "margin-top"

Implementation

String get marginTop => getPropertyValue('margin-top');
void marginTop=(String value)

Sets the value of "margin-top"

Implementation

set marginTop(String value) {
  setProperty('margin-top', value, '');
}