height property

num get height

Returns the actual dimensions of the data in the ImageData object, in pixels.

MDN Reference

Implementation

_i2.num get height => _i4.getProperty(
      this,
      'height',
    );