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