marginBeforeCollapse property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getmarginBeforeCollapse
Gets the value of "margin-before-collapse"
Implementation
String get marginBeforeCollapse => getPropertyValue('margin-before-collapse');
setmarginBeforeCollapse (String value)
Sets the value of "margin-before-collapse"
Implementation
set marginBeforeCollapse(String value) {
setProperty('margin-before-collapse', value, '');
}