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