Flutter
painting
ImageCache
currentSize property
currentSize
description
currentSize
property
Null safety
int
currentSize
The current number of cached entries.
Implementation
int get currentSize => _cache.length;
Flutter
painting
ImageCache
currentSize property
ImageCache class
Constructors
ImageCache
Properties
currentSize
currentSizeBytes
hashCode
liveImageCount
maximumSize
maximumSizeBytes
pendingImageCount
runtimeType
Methods
clear
clearLiveImages
containsKey
evict
noSuchMethod
putIfAbsent
statusForKey
toString
Operators
operator ==