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