createState method
Creates the mutable State associated with this widget.
Implementation
@override
State<CommandPalette> createState() => _CommandPaletteState();
Creates the mutable State associated with this widget.
@override
State<CommandPalette> createState() => _CommandPaletteState();