height property Null safety
The height, in pixels, of the image.
On the Web, this is only supported for raw images.
Implementation
int get height => _height ??= _getHeight();
The height, in pixels, of the image.
On the Web, this is only supported for raw images.
int get height => _height ??= _getHeight();