BaseGeneralAlertDialog constructor

const BaseGeneralAlertDialog({
  1. Key? key,
  2. Widget? title,
  3. Widget? content,
  4. List<Widget> actions = const <Widget>[],
})

Implementation

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