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