AnimatedNullableIndexedWidgetBuilder typedef

Widget AnimatedNullableIndexedWidgetBuilder (
  1. BuildContext context,
  2. int index,
  3. bool animating
)

Implementation

typedef AnimatedNullableIndexedWidgetBuilder = Widget Function(
    BuildContext context, int index, bool animating);