wordWrap property

String wordWrap

Gets the value of "word-wrap"

Implementation

String get wordWrap => getPropertyValue('word-wrap');
void wordWrap= (String value)

Sets the value of "word-wrap"

Implementation

set wordWrap(String value) {
  setProperty('word-wrap', value, '');
}