builder property
Called every time the animation changes value. Return a Widget and receive the interpolation value as a parameter.
Implementation
final ValueWidgetBuilder<T> builder;
Called every time the animation changes value. Return a Widget and receive the interpolation value as a parameter.
final ValueWidgetBuilder<T> builder;