Gets the value of "word-break"
Source
String get wordBreak => getPropertyValue('word-break');
Sets the value of "word-break"
Source
set wordBreak(String value) {
setProperty('word-break', value, '');
}
Gets the value of "word-break"
String get wordBreak => getPropertyValue('word-break');
Sets the value of "word-break"
set wordBreak(String value) {
setProperty('word-break', value, '');
}