frameWidth property

int frameWidth

Implementation

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

Implementation

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