height property
num
get
height
Returns the intrinsic height of the image, in CSS pixels.
Implementation
_i2.num get height => _i4.getProperty(
this,
'height',
);
Returns the intrinsic height of the image, in CSS pixels.
_i2.num get height => _i4.getProperty(
this,
'height',
);