DrawRectLight constructor

DrawRectLight({
  1. required Rect clipRect,
  2. bool needInnerBorder = false,
  3. GridLine? gridLine,
  4. CropBoxBorder? cropBoxBorder,
  5. Color? maskColor,
})

Implementation

DrawRectLight({required this.clipRect, this.needInnerBorder = false, this.gridLine, this.cropBoxBorder, this.maskColor});