BaseAlertDialog constructor
BaseAlertDialog({})
Implementation
BaseAlertDialog(
{Key? key,
required this.title,
required this.content,
required this.yesOnPressed,
required this.noOnPressed,
this.yes = 'Yes',
this.no = "No"})
: super(key: key) {}