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