menu
flutter_lyric package
documentation
lyric_parser/parser_lrc.dart
ParserLrc
ParserLrc constructor
ParserLrc constructor
dark_mode
light_mode
ParserLrc
constructor
ParserLrc
(
String
lyric
)
Implementation
ParserLrc(String lyric) : super(lyric);
flutter_lyric package
documentation
lyric_parser/parser_lrc
ParserLrc
ParserLrc constructor
ParserLrc class