Gets the value of "white-space"
Source
String get whiteSpace => getPropertyValue('white-space');
Sets the value of "white-space"
Source
set whiteSpace(String value) {
setProperty('white-space', value, '');
}
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, '');
}