String whiteSpace

Gets the value of "white-space"

Source

String get whiteSpace => getPropertyValue('white-space');
void whiteSpace=(String value)

Sets the value of "white-space"

Source

set whiteSpace(String value) {
  setProperty('white-space', value, '');
}