separatorBuilder property

IndexedWidgetBuilder separatorBuilder
final

Signature for a function that creates a widget for a given index, e.g., in a list.

Used by ListView.builder and other APIs that use lazily-generated widgets.

See also:

Implementation

final IndexedWidgetBuilder separatorBuilder;