imageHeight property

double imageHeight

Implementation

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

Implementation

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