noResize property

bool get noResize

Sets or retrieves whether the user can resize the frame. @deprecated

MDN Reference

Implementation

_i2.bool get noResize => _i4.getProperty(
      this,
      'noResize',
    );
set noResize (bool value)

Implementation

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