currentLyricIndex property

dynamic currentLyricIndex

Implementation

get currentLyricIndex => _currentLyricIndex;
void currentLyricIndex=(dynamic value)

Implementation

set currentLyricIndex(value) {
  _currentLyricIndex = value;
  notifyListeners();
}