noWrap property

bool noWrap

Sets or retrieves whether the browser automatically performs wordwrap. @deprecated

MDN Reference

Implementation

_i2.bool get noWrap => _i4.getProperty(
      this,
      'noWrap',
    );
void noWrap=(bool value)

Implementation

set noWrap(_i2.bool value) {
  _i4.setProperty(
    this,
    'noWrap',
    value,
  );
}