builder property
override
Called every time the animation notifies about a change.
The child given to the builder should typically be part of the returned widget tree.
Implementation
//
// Overridden getter to replace with documentation tailored to
// AnimatedBuilder.
@override
TransitionBuilder get builder => super.builder;