MultiClickableShapeWidget constructor

const MultiClickableShapeWidget({
  1. Key? key,
  2. required MultiClickableShapeController controller,
  3. OnShapeTap? onShapeTap,
  4. CustomPainter? painter,
})

Implementation

const MultiClickableShapeWidget({
  super.key,
  required this.controller,
  this.onShapeTap,
  this.painter,
});