viewPixelHeight property

int get viewPixelHeight

Implementation

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

Implementation

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