CropLayerPainter constructor

CropLayerPainter({
  1. required double imgRatio,
  2. required bool isRoundCropper,
  3. required bool is90DegRotated,
  4. required Color backgroundColor,
  5. required double opacity,
})

Implementation

CropLayerPainter({
  required this.imgRatio,
  required this.isRoundCropper,
  required this.is90DegRotated,
  required this.backgroundColor,
  required this.opacity,
});