desiredHeight property

int desiredHeight

Implementation

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

Implementation

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