Gets the value of "white-space"
String get whiteSpace => getPropertyValue('white-space');
Sets the value of "white-space"
set whiteSpace(String value) { setProperty('white-space', value, ''); }