Flutter
painting
ImageCache
currentSizeBytes property
currentSizeBytes
ImageCache class
Constructors
ImageCache
Properties
currentSize
currentSizeBytes
maximumSize
maximumSizeBytes
hashCode
runtimeType
Methods
clear
evict
putIfAbsent
noSuchMethod
toString
Operators
operator ==
currentSizeBytes property
int
currentSizeBytes
The current size of cached entries in bytes.
Implementation
int get currentSizeBytes => _currentSizeBytes;