void realUpdateOffset(double offset, [bool animation = true]) { if (widget.ui.enableLineAnimation() && animation) { animationOffset(offset); } else { lyricPaint.lyricOffset = offset; } }