ExtendedIndexedWidgetBuilder typedef

ExtendedIndexedWidgetBuilder = Widget Function(BuildContext context, int index, int realIndex)

Implementation

typedef Widget ExtendedIndexedWidgetBuilder(
    BuildContext context, int index, int realIndex);