AnimatableIndexedWidgetBuilder typedef
AnimatableIndexedWidgetBuilder =
Widget Function(BuildContext context, int index, [Animation<double> ? animation])
Implementation
typedef AnimatableIndexedWidgetBuilder = Widget Function(
BuildContext context,
int index, [
Animation<double>? animation,
]);