image property
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 dart:ui.Image.dispose on this image handle when the RawImage will no longer be needed.
Implementation
final ui.Image? image;