frameWidth property

int get frameWidth

Implementation

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

Implementation

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