ExpandableSeparatorBuilder typedef

ExpandableSeparatorBuilder = Widget Function(BuildContext context, bool isSectionSeparator, int index)

Implementation

typedef ExpandableSeparatorBuilder = Widget Function(
    BuildContext context, bool isSectionSeparator, int index);