TatweerInfoDialog constructor
const
TatweerInfoDialog({})
Implementation
const TatweerInfoDialog({
Key? key,
this.title,
required this.message,
this.icon,
this.iconColor,
this.buttonText,
this.onButtonPressed,
this.contentWidget,
}) : super(key: key);