UDocPictureCache constructor
UDocPictureCache({
- int maxBytes = uDocPictureCacheBytes,
Implementation
UDocPictureCache({int maxBytes = uDocPictureCacheBytes}) : _pictures = ULruCache<String, ui.Picture>(maxBytes: maxBytes, sizeOf: _pictureSize);