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