BasicDialog constructor
- {required String title,
- required String description,
- String? headerImage,
- List<
DialogButton> ? buttons}
Implementation
BasicDialog(
{required this.title,
required this.description,
this.headerImage,
this.buttons});