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