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