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