ScrollGlueWidgetBuilder<T> typedef

ScrollGlueWidgetBuilder<T> = Widget Function(BuildContext context, T entry, int i, bool first, bool last)

Implementation

typedef Widget ScrollGlueWidgetBuilder<T>(BuildContext context, T entry, int i, bool first, bool last);