Gets the value of "white-space"
Source
String get whiteSpace => this._whiteSpace;
Sets the value of "white-space"
Source
set whiteSpace(String value) { _whiteSpace = value == null ? '' : value; }
Gets the value of "white-space"
String get whiteSpace => this._whiteSpace;
Sets the value of "white-space"
set whiteSpace(String value) { _whiteSpace = value == null ? '' : value; }