builder property
Builder callback for value-based repeated animation.
Called with the current animated value and optional child widget. Used with the default constructor for standard value-based building.
Implementation
final Widget Function(BuildContext context, T value, Widget? child)? builder;