CropConfig constructor

CropConfig(
  1. int maxWidth,
  2. int maxHeight,
  3. double ratioW,
  4. double ratioH,
  5. CropStyle style,
)

Implementation

CropConfig(this.maxWidth, this.maxHeight, this.ratioW, this.ratioH, this.style);