CropGridViewer constructor
const
CropGridViewer({
- Key? key,
- required VideoEditorController controller,
- bool showGrid = true,
- double horizontalMargin = 0.0,
It is the viewer that allows you to crop the video
Implementation
const CropGridViewer({
Key? key,
required this.controller,
this.showGrid = true,
this.horizontalMargin = 0.0,
}) : super(key: key);