wordWrap property
Gets the value of "word-wrap"
Implementation
String get wordWrap => getPropertyValue('word-wrap');
Sets the value of "word-wrap"
Implementation
set wordWrap(String value) {
setProperty('word-wrap', value, '');
}
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, '');
}