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