CropGridViewer.edit constructor

const CropGridViewer.edit({
  1. Key? key,
  2. required VideoEditorController controller,
  3. EdgeInsets margin = const EdgeInsets.symmetric(horizontal: 20),
  4. bool rotateCropArea = true,
})

Implementation

const CropGridViewer.edit({
  super.key,
  required this.controller,
  this.margin = const EdgeInsets.symmetric(horizontal: 20),
  this.rotateCropArea = true,
}) : showGrid = true;