DeleteConfirmationDialog constructor
const
DeleteConfirmationDialog({
- Key? key,
- required ImageMarkerController controller,
- required int index,
- required ImageMarker marker,
Implementation
const DeleteConfirmationDialog({
super.key,
required this.controller,
required this.index,
required this.marker,
});