image property Null safety

Image image
final

The raw image pixels.

This is the object to pass to the Canvas.drawImage, Canvas.drawImageRect, or Canvas.drawImageNine methods when painting the image.

Implementation

final ui.Image image;