safeLyricOffset method
update progress after verify
Implementation
safeLyricOffset(double offset, [bool animation = true]) {
if (isDrag || isWait) return;
if (_flingController?.isAnimating == true) return;
realUpdateOffset(offset, animation);
}