applyCacheCrop method

void applyCacheCrop()

Update the minCrop and maxCrop with cacheMinCrop and cacheMaxCrop

Implementation

void applyCacheCrop() => updateCrop(cacheMinCrop, cacheMaxCrop);