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