InfoDialog constructor
const
InfoDialog({})
Implementation
const InfoDialog({
super.key,
required super.theme,
required this.message,
required this.onRateAppPressed,
required this.onShareAppPressed,
required this.onSendFeedbackPressed,
});