GeneralDialog constructor
GeneralDialog({})
Implementation
GeneralDialog(
{Key? key,
this.title,
this.subTitle,
this.icon,
required this.yesAction,
this.noAction,
this.cancelAction,
this.yesColor,
this.noColor,
this.cancelColor})
: super(key: key);