menu
flutter_lyric package
documentation
core/lyric_model.dart
LyricLine
LyricLine.new constructor
LyricLine.new constructor
dark_mode
light_mode
LyricLine
constructor
LyricLine
(
{
required
Duration
start
,
Duration
?
end
,
required
String
text
,
String
?
translation
,
List
<
LyricWord
>
?
words
,
})
Implementation
LyricLine({ required this.start, this.end, required this.text, this.translation, this.words, });
flutter_lyric package
documentation
core/lyric_model
LyricLine
LyricLine.new constructor
LyricLine class