itemBuilder property

Widget Function(int index, int selectedIndex) itemBuilder
final

return a widget to build and give you the index of that widget and the selected Index which appear currently on the screen

Implementation

final Widget Function(int index, int selectedIndex) itemBuilder;