const BaseGeneralAlertDialog( {Key? key, this.title, this.content, this.actions = const <Widget>[]}) : super(key: key);