NiceKaraokePicker constructor
- Key? key,
- required List<
NiceKaraokeSong> songs, - List<
NiceKaraokeSong> queue = const [], - void onEnqueue()?,
- ValueChanged<
String> ? onDequeue, - VoidCallback? onNext,
- String? nowPlayingId,
- bool readOnly = false,
Implementation
const NiceKaraokePicker({
super.key,
required this.songs,
this.queue = const [],
this.onEnqueue,
this.onDequeue,
this.onNext,
this.nowPlayingId,
this.readOnly = false,
});