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