width property

num get width

Returns the actual dimensions of the data in the ImageData object, in pixels.

MDN Reference

Implementation

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