centerLyricIndex property

int get centerLyricIndex

Implementation

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

Implementation

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