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