MultiClickableShapeEditWidget constructor

const MultiClickableShapeEditWidget({
  1. Key? key,
  2. required MultiClickableShapeController controller,
})

Implementation

const MultiClickableShapeEditWidget({super.key, required this.controller});