CropGridPainter constructor
CropGridPainter(
- Rect rect, {
- CropGridStyle? style,
- bool showGrid = false,
- bool showCenterRects = true,
Implementation
CropGridPainter(
this.rect, {
this.style,
this.showGrid = false,
this.showCenterRects = true,
});