SectionSeparatorBuilder<SECTION> typedef

SectionSeparatorBuilder<SECTION> = Widget? Function(BuildContext context, SECTION section, int sectionIndex)

Build separator between sections used in ListViewWithDataSource. If not needed, return null.

Implementation

typedef SectionSeparatorBuilder<SECTION> = Widget? Function(
  BuildContext context,
  SECTION section,
  int sectionIndex,
);