displayWidth property

int displayWidth

Implementation

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

Implementation

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