image property Null safety
final
The image to display.
Since a RawImage is stateless, it does not ever dispose this image. Creators of a RawImage are expected to call Image.dispose on this image handle when the RawImage will no longer be needed.
Implementation
final ui.Image? image;