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