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