marginBottomCollapse property

String marginBottomCollapse

Gets the value of "margin-bottom-collapse"

Implementation

String get marginBottomCollapse => getPropertyValue('margin-bottom-collapse');
void marginBottomCollapse= (String value)

Sets the value of "margin-bottom-collapse"

Implementation

set marginBottomCollapse(String value) {
  setProperty('margin-bottom-collapse', value, '');
}