createState method

  1. @override
State<AdbToolsDialog> createState()

Creates the mutable state for this component.

Implementation

@override
State<AdbToolsDialog> createState() => _AdbToolsDialogState();