StretchAnimatedBuilder typedef
StretchAnimatedBuilder =
AnimatedWidget Function(BuildContext context, Widget child, AnimationController animationController)
Implementation
typedef StretchAnimatedBuilder = AnimatedWidget Function(
BuildContext context, Widget child, AnimationController animationController);