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