String wordBreak

Gets the value of "word-break"

Source

String get wordBreak => getPropertyValue('word-break');
void wordBreak=(String value)

Sets the value of "word-break"

Source

set wordBreak(String value) {
  setProperty('word-break', value, '');
}