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