sectionSeparatorBuilder property

SectionWidgetBuilder? sectionSeparatorBuilder
final

Function which returns an Widget which defines the separator at the specified section.

Separators only appear between sections: separator 0 appears after section 0 and the last separator appears after the last section.

sectionSeparatorBuilder provides the current section.

Implementation

final SectionWidgetBuilder? sectionSeparatorBuilder;