LyricSelectionProgress constructor
const
LyricSelectionProgress({
- Key? key,
- required LyricController controller,
- required LyricStyle style,
- required dynamic onPlay(
- SelectionState state
Implementation
const LyricSelectionProgress(
{Key? key,
required this.controller,
required this.style,
required this.onPlay})
: super(key: key);