CropGridPainter constructor

CropGridPainter(
  1. Rect rect, {
  2. CropGridStyle? style,
  3. bool showGrid = false,
  4. bool showCenterRects = true,
})

Implementation

CropGridPainter(
  this.rect, {
  this.style,
  this.showGrid = false,
  this.showCenterRects = true,
});