resizeWidth property

int resizeWidth

Implementation

int get resizeWidth => js_util.getProperty(this, 'resizeWidth');
void resizeWidth=(int newValue)

Implementation

set resizeWidth(int newValue) {
  js_util.setProperty(this, 'resizeWidth', newValue);
}