imageIfAvailable property

  1. @override
Image? imageIfAvailable
override

Get Image for the object if available; otherwise null. If you want to ensure that the Image is available, call createImageIfNotAvailable.

Implementation

@override
ui.Image? get imageIfAvailable => _imageCached;