tileImage property

MemoryImage? tileImage
final

Get the ImageProvider of the last tile that was downloaded

Is null if the last tile failed, or the tile already existed and preventRedownload is enabled.

Implementation

final MemoryImage? tileImage;