CropConfig constructor

CropConfig({
  1. bool enableCrop = false,
  2. int width = -1,
  3. int height = -1,
})

Implementation

CropConfig({this.enableCrop = false, this.width = -1, this.height = -1});