wordBreak property
Gets the value of "word-break"
Implementation
String get wordBreak => getPropertyValue('word-break');
Sets the value of "word-break"
Implementation
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, '');
}