@override Widget build(int i, double animationValue, Widget widget) { final v = _getValue(values, animationValue, i); return Opacity( opacity: v, child: widget, ); }