lineBreak property Null safety
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, '');
}