String whiteSpace

Gets the value of "white-space"

Source

String get whiteSpace => this._whiteSpace;
void whiteSpace=(String value)

Sets the value of "white-space"

Source

set whiteSpace(String value) {
  _whiteSpace = value == null ? '' : value;
}