width property
num
get
width
Returns the actual dimensions of the data in the ImageData object, in pixels.
Implementation
_i2.num get width => _i4.getProperty(
this,
'width',
);
Returns the actual dimensions of the data in the ImageData object, in pixels.
_i2.num get width => _i4.getProperty(
this,
'width',
);