groupSeparatorBuilder property

(Widget Function(E value)?) groupSeparatorBuilder
final

Called to build group separators for each group. Value is always the groupBy result from the first element of the group.

Will be ignored if groupHeaderBuilder is used.

Implementation

final Widget Function(E value)? groupSeparatorBuilder;