imageWidth property

double get imageWidth

Implementation

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

Implementation

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