width property

num get width

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

MDN Reference

Implementation

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