MultiClickableShapeWidget constructor
const
MultiClickableShapeWidget({
- Key? key,
- required MultiClickableShapeController controller,
- OnShapeTap? onShapeTap,
- CustomPainter? painter,
Implementation
const MultiClickableShapeWidget({
super.key,
required this.controller,
this.onShapeTap,
this.painter,
});