borderCollapse property Null safety
Gets the value of "border-collapse"
Implementation
String get borderCollapse => getPropertyValue('border-collapse');
Sets the value of "border-collapse"
Implementation
set borderCollapse(String value) {
setProperty('border-collapse', value, '');
}