createImageCache method
- @protected
@protected
Creates the ImageCache singleton (accessible via imageCache).
This method can be overridden to provide a custom image cache.
Implementation
@protected
ImageCache createImageCache() => ImageCache();