Sets the scrubbed value; ignored outside a scrub.
void updateScrub(double value, {double velocity = 0}) { if (!_scrubbing) { return; } _value = value; _velocity = velocity; notifyListeners(); }