CropGridStyle constructor
CropGridStyle({})
Style for CropGridViewer. It's use on VideoEditorController
Implementation
CropGridStyle({
Color? croppingBackground,
this.background = Colors.black,
this.gridLineColor = Colors.white,
this.gridLineWidth = 1,
this.gridSize = 3,
this.boundariesColor = Colors.white,
this.boundariesLength = 20,
this.boundariesWidth = 5,
}) : croppingBackground =
croppingBackground ?? Colors.black.withOpacity(0.48);