createState method
Creates the mutable state for this component.
Implementation
@override
State<ChangelogDialog> createState() => _ChangelogDialogState();
Creates the mutable state for this component.
@override
State<ChangelogDialog> createState() => _ChangelogDialogState();