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