SeparatedSectionBuilder<T extends Enum> typedef

SeparatedSectionBuilder<T extends Enum> = Widget Function(BuildContext context, int relativeIndex, T sectionId)

Implementation

typedef SeparatedSectionBuilder<T extends Enum> = Widget Function(
    BuildContext context, int relativeIndex, T sectionId);