CropGridPainter constructor

const CropGridPainter(
  1. Rect rect, {
  2. required CropGridStyle style,
  3. CropBoundaries? boundary,
  4. double radius = 0,
  5. bool showGrid = false,
  6. bool showCenterRects = true,
})

Implementation

const CropGridPainter(
  this.rect, {
  required this.style,
  this.boundary,
  this.radius = 0,
  this.showGrid = false,
  this.showCenterRects = true,
});