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