FeedbackAnnotationOverlay constructor
Implementation
const FeedbackAnnotationOverlay({
super.key,
required this.imageBytes,
required this.onSave,
this.onDiscard,
this.saveLabel = 'Save',
this.discardLabel = 'Discard',
this.undoTooltip = 'Undo',
});