LyricView constructor
const
LyricView({
- Key? key,
- required LyricController controller,
- double? width,
- double? height,
- LyricStyle? style,
Implementation
const LyricView({
Key? key,
required this.controller,
this.width,
this.height,
this.style,
}) : super(key: key);