videoHeight property
num
get
videoHeight
Gets the intrinsic height of a video in CSS pixels, or zero if the dimensions are not known.
Implementation
_i2.num get videoHeight => _i4.getProperty(
this,
'videoHeight',
);