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