keepAlive property

bool keepAlive
final

An image that has been submitted to ImageCache.putIfAbsent, has completed, fits based on the sizing rules of the cache, and has not been evicted.

Such images will be kept alive even if live is false, as long as they have not been evicted from the cache based on its sizing rules.

Implementation

final bool keepAlive;