viewPixelHeight property

int viewPixelHeight

Implementation

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

Implementation

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