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