imageWidth property

MediaSettingsRange imageWidth

Implementation

MediaSettingsRange get imageWidth => js_util.getProperty(this, 'imageWidth');
void imageWidth=(MediaSettingsRange newValue)

Implementation

set imageWidth(MediaSettingsRange newValue) {
  js_util.setProperty(this, 'imageWidth', newValue);
}