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