width property Null safety
The number of image pixels along the image's horizontal axis.
Implementation
int get width {
assert(!_disposed && !_image._disposed);
return _image.width;
}
The number of image pixels along the image's horizontal axis.
int get width {
assert(!_disposed && !_image._disposed);
return _image.width;
}