lineBreak property
String
get
lineBreak
Implementation
_i2.String get lineBreak => _i4.getProperty(
this,
'lineBreak',
);
set
lineBreak
(String value)
Implementation
set lineBreak(_i2.String value) {
_i4.setProperty(
this,
'lineBreak',
value,
);
}