currentLyricIndex property

dynamic get currentLyricIndex

Implementation

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

Implementation

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