menu
lyric_xx package
documentation
Lyricxx.dart
LyricSrcEntity_c
isSelectTranslate method
isSelectTranslate method
dark_mode
light_mode
isSelectTranslate
method
bool
isSelectTranslate
(
int
index
,
int
selectIndex
)
判断
index
指向的歌词是否应当高亮显示
Implementation
bool isSelectTranslate(int index, int selectIndex) { return (index == selectIndex); }
lyric_xx package
documentation
Lyricxx
LyricSrcEntity_c
isSelectTranslate method
LyricSrcEntity_c class