videoWidth property

num videoWidth

Gets the intrinsic width of a video in CSS pixels, or zero if the dimensions are not known.

MDN Reference

Implementation

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