CropLayerPainter constructor

CropLayerPainter({
  1. required double imgRatio,
  2. required bool isRoundCropper,
  3. required bool is90DegRotated,
  4. required Color backgroundColor,
  5. required double opacity,
  6. double appbarHeight = 0,
  7. double bottombarHeight = 0,
})

Implementation

CropLayerPainter({
  required this.imgRatio,
  required this.isRoundCropper,
  required this.is90DegRotated,
  required this.backgroundColor,
  required this.opacity,
  this.appbarHeight = 0,
  this.bottombarHeight = 0,
});