PreviewCache constructor

PreviewCache({
  1. int maxCacheSize = 100,
})

Implementation

PreviewCache({this.maxCacheSize = 100});