separatorBuilder property

IndexedWidgetBuilder? separatorBuilder
final

An optional builder that, when provided, is used to show a widget in between every pair of items.

If the itemBuilder returns a ListTile, this is commonly used to render a Divider between every tile.

Is optional and can be null.

Implementation

final IndexedWidgetBuilder? separatorBuilder;