DeleteConfirmationDialog constructor

const DeleteConfirmationDialog({
  1. Key? key,
  2. required ImageMarkerController controller,
  3. required int index,
  4. required ImageMarker marker,
})

Implementation

const DeleteConfirmationDialog({
  super.key,
  required this.controller,
  required this.index,
  required this.marker,
});