menu
yuuna
utils
CacheImageProvider
CacheImageProvider constructor
CacheImageProvider
brightness_4
brightness_5
CacheImageProvider
constructor
CacheImageProvider
(
String
tag
,
Uint8List
img
)
Make an
ImageProvider
that caches
MemoryImage
.
Implementation
CacheImageProvider(this.tag, this.img);
yuuna
utils
CacheImageProvider
CacheImageProvider constructor
CacheImageProvider class
Constructors
CacheImageProvider
Properties
hashCode
img
runtimeType
tag
Methods
createStream
evict
load
loadBuffer
loadImage
noSuchMethod
obtainCacheStatus
obtainKey
resolve
resolveStreamForKey
toString
Operators
operator ==