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