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