centerLyricIndex property

int centerLyricIndex

Implementation

int get centerLyricIndex => _centerLyricIndex;
void centerLyricIndex=(int value)

Implementation

set centerLyricIndex(int value) {
  _centerLyricIndex = value;
  centerLyricIndexChangeCall?.call(value);
}