OverlayShapePainter constructor
OverlayShapePainter({
- required Color color,
- required OverlayShape shape,
- bool editable = false,
Implementation
OverlayShapePainter({
required this.color,
required this.shape,
this.editable = false,
});