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