Gets the value of "border-spacing"
Source
String get borderSpacing => this._borderSpacing;
Sets the value of "border-spacing"
Source
set borderSpacing(String value) {
_borderSpacing = value == null ? '' : value;
}
Gets the value of "border-spacing"
String get borderSpacing => this._borderSpacing;
Sets the value of "border-spacing"
set borderSpacing(String value) {
_borderSpacing = value == null ? '' : value;
}