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, ''); }