UDocPictureCache constructor

UDocPictureCache({
  1. int maxBytes = uDocPictureCacheBytes,
})

Implementation

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