ConfirmationDialog constructor
const
ConfirmationDialog({
- required ConfirmationDialogTexts texts,
- required ConfirmationDialogOptions options,
- Key? key,
Dialog overlay whice presents a confirm and cancel button.
Returns true if the user confirms the action, false otherwise.
Implementation
const ConfirmationDialog({
required this.texts,
required this.options,
super.key,
});