wordBreak property

String wordBreak

Implementation

_i2.String get wordBreak => _i4.getProperty(
      this,
      'wordBreak',
    );
void wordBreak=(String value)

Implementation

set wordBreak(_i2.String value) {
  _i4.setProperty(
    this,
    'wordBreak',
    value,
  );
}