NiceCommandPalette constructor
const
NiceCommandPalette({
- Key? key,
- required List<
NiceCommand> commands, - String? placeholder,
- ValueChanged<
NiceCommand> ? onCommandSelected, - VoidCallback? onClose,
Implementation
const NiceCommandPalette({
super.key,
required this.commands,
this.placeholder,
this.onCommandSelected,
this.onClose,
});