menu
my_lyric package
documentation
MyLyric.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); }
my_lyric package
documentation
MyLyric
LyricSrcEntity_c
isSelectTranslate method
LyricSrcEntity_c class