wordWrap property
Gets the value of "word-wrap"
Implementation
String get wordWrap => getPropertyValue('word-wrap');
Sets the value of "word-wrap"
Implementation
set wordWrap(String value) {
setProperty('word-wrap', 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-wrap"
String get wordWrap => getPropertyValue('word-wrap');
Sets the value of "word-wrap"
set wordWrap(String value) {
setProperty('word-wrap', value, '');
}