usePaintingBindingImageCache function

ImageCache usePaintingBindingImageCache()

Returns the ImageCache of a PaintingBinding.

Implementation

ImageCache usePaintingBindingImageCache() {
  return (PaintingBinding.instance as PaintingBinding).imageCache as ImageCache;
}