TatweerAlertDialog constructor
const
TatweerAlertDialog({})
Implementation
const TatweerAlertDialog({
Key? key,
this.title,
required this.message,
this.type = 'warning',
this.icon,
this.buttonText,
this.onButtonPressed,
this.contentWidget,
}) : super(key: key);