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