wrap property

String wrap

Sets or retrieves how to handle wordwrapping in the object.

Implementation

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

Implementation

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