WhatsNew constructor
WhatsNew({})
Implementation
WhatsNew({
required this.whatsNewContent,
required this.version,
required this.buildNumber,
this.rateButton = true,
this.rateText = "",
this.dismissButton = true,
this.dismissText = "",
this.onDismissed,
});