height property Null safety

int height

The height, in pixels, of the image.

On the Web, this is only supported for raw images.

Implementation

int get height => _height ??= _getHeight();