GenericDialog constructor
A generic dialog that can be used to display information to the user.
Implementation
const GenericDialog({super.key, required this.title, required this.content, this.actions, this.shrinkWrap = true});
A generic dialog that can be used to display information to the user.
const GenericDialog({super.key, required this.title, required this.content, this.actions, this.shrinkWrap = true});