AnimatedWidgetBuilder typedef

AnimatedWidgetBuilder = Widget Function(Animation animation, Widget? child)

Implementation

typedef Widget AnimatedWidgetBuilder(Animation animation, Widget? child);