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; }