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