NiceSongPicker constructor
- Key? key,
- required List<
NiceSongEntry> songs, - ValueChanged<
String> ? onAdd, - ValueChanged<
String> ? onRemove, - ValueChanged<
String> ? onVote, - ValueChanged<
String> ? onSearch, - bool showQueue = true,
- bool readOnly = false,
Implementation
const NiceSongPicker({
super.key,
required this.songs,
this.onAdd,
this.onRemove,
this.onVote,
this.onSearch,
this.showQueue = true,
this.readOnly = false,
});