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