ViewBuilder typedef
A function that builds a view of the given index.
Implementation
typedef ViewBuilder = Widget Function(BuildContext context, int index);
A function that builds a view of the given index.
typedef ViewBuilder = Widget Function(BuildContext context, int index);