ChangelogOverlayConfig constructor
Creates a ChangelogOverlayConfig with customizable modal options.
Implementation
const ChangelogOverlayConfig({
this.title = "What's New",
this.subtitle = '',
this.entryCount = 3,
this.primaryButton = 'Continue',
this.closeButton = 'Close',
});