AnimatedWidgetBuilder typedef

AnimatedWidgetBuilder = Widget Function(BuildContext context, Animation<double> animation, Animation<double> secondaryAnimation)

Implementation

typedef AnimatedWidgetBuilder = Widget Function(
  BuildContext context,
  Animation<double> animation,
  Animation<double> secondaryAnimation,
);