On this page
marginBottomCollapse property
String marginBottomCollapseGets the value of "margin-bottom-collapse"
Source
String get marginBottomCollapse => getPropertyValue('margin-bottom-collapse');
void marginBottomCollapse=(Sets the value of "margin-bottom-collapse"
Source
set marginBottomCollapse(String value) {
setProperty('margin-bottom-collapse', value, '');
}
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/CssStyleDeclarationBase/marginBottomCollapse.html