listBuilder property
listBuilder will gives index as a function parameter and you can return your own widget based on index.
Implementation
final Widget Function(int index)? listBuilder;
listBuilder will gives index as a function parameter and you can return your own widget based on index.
final Widget Function(int index)? listBuilder;