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