height property

num get height

Returns the intrinsic height of the image, in CSS pixels.

MDN Reference

Implementation

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