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