CropGridViewer.edit constructor
      const
      CropGridViewer.edit({ 
    
    
- Key? key,
- required VideoEditorController controller,
- EdgeInsets margin = const EdgeInsets.symmetric(horizontal: 20),
- bool rotateCropArea = true,
Implementation
const CropGridViewer.edit({
  super.key,
  required this.controller,
  this.margin = const EdgeInsets.symmetric(horizontal: 20),
  this.rotateCropArea = true,
}) : showGrid = true;