Gets the value of "margin-bottom"
Source
String get marginBottom => getPropertyValue('margin-bottom');
Sets the value of "margin-bottom"
Source
set marginBottom(String value) {
setProperty('margin-bottom', value, '');
}
Gets the value of "margin-bottom"
String get marginBottom => getPropertyValue('margin-bottom');
Sets the value of "margin-bottom"
set marginBottom(String value) {
setProperty('margin-bottom', value, '');
}