AppActionDialog constructor
Implementation
const AppActionDialog({
super.key,
required this.title,
required this.content,
required this.closeButtonText,
required this.actionButtonText,
this.onClosePressed,
this.onActionPressed,
});
const AppActionDialog({
super.key,
required this.title,
required this.content,
required this.closeButtonText,
required this.actionButtonText,
this.onClosePressed,
this.onActionPressed,
});