CropOverlayPainter constructor

CropOverlayPainter({
  1. required Rect cropRect,
  2. bool isDragging = false,
})

Implementation

CropOverlayPainter({required this.cropRect, this.isDragging = false});