imageWidth property

double imageWidth

Implementation

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

Implementation

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