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, '');
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
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, '');
}