desiredWidth property

int desiredWidth

Implementation

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

Implementation

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