Gets the value of "word-spacing"
Source
String get wordSpacing => getPropertyValue('word-spacing');
Sets the value of "word-spacing"
Source
set wordSpacing(String value) {
setProperty('word-spacing', value, '');
}
Gets the value of "word-spacing"
String get wordSpacing => getPropertyValue('word-spacing');
Sets the value of "word-spacing"
set wordSpacing(String value) {
setProperty('word-spacing', value, '');
}