createState method

  1. @override
State<AndroidLaunchDialog> createState()

Creates the mutable state for this component.

Implementation

@override
State<AndroidLaunchDialog> createState() => _LaunchDialogState();