marginTopCollapse property
Gets the value of "margin-top-collapse"
Implementation
String get marginTopCollapse => getPropertyValue('margin-top-collapse');
Sets the value of "margin-top-collapse"
Implementation
set marginTopCollapse(String value) {
setProperty('margin-top-collapse', value, '');
}