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