resizeHeight property

int resizeHeight

Implementation

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

Implementation

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