noResize property
bool
get
noResize
Implementation
bool get noResize => js_util.getProperty(this, 'noResize');
set
noResize
(bool newValue)
Implementation
set noResize(bool newValue) {
js_util.setProperty(this, 'noResize', newValue);
}