OverlayShapePainter constructor

OverlayShapePainter({
  1. required Color color,
  2. required OverlayShape shape,
  3. bool editable = false,
})

Implementation

OverlayShapePainter({
  required this.color,
  required this.shape,
  this.editable = false,
});