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