noResize property

bool noResize

Implementation

bool get noResize => js_util.getProperty(this, 'noResize');
void noResize=(bool newValue)

Implementation

set noResize(bool newValue) {
  js_util.setProperty(this, 'noResize', newValue);
}