wordBreak property

String wordBreak

Gets the value of "word-break"

Implementation

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

Sets the value of "word-break"

Implementation

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