IndexedWidgetBuilder builder
read-only

Returns a widget representing the item with the given index.

This function might be called with index parameters in any order. This function should return null for indices that exceed the number of children provided by this delegate. This function must not return a null value for an index if it previously returned a non-null value for that index or a larger index.

This function might be called during the build or layout phases of the pipeline.