ArcaneCommand constructor
const
ArcaneCommand({})
Implementation
const ArcaneCommand({
required this.groups,
this.isOpen = false,
this.onClose,
this.placeholder = 'Type a command or search...',
this.emptyMessage = 'No results found.',
this.onSearch,
this.filterFn,
super.key,
});