Gets the value of "border-spacing"
Source
String get borderSpacing => getPropertyValue('border-spacing');
Sets the value of "border-spacing"
Source
set borderSpacing(String value) {
setProperty('border-spacing', value, '');
}
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, '');
}