sliver_glue library

Classes

GlueDismiss
Provides options for how a glue sliver component widget should dismiss it's items.
GlueDivider
Provides options for how a glue sliver component widget should divide it's items.
SliverGlueFixedList
A sliver that shows a fixed list of widgets.
SliverGlueGrid<T>
A sliver that shows 2D list of widgets.
SliverGlueList<T>
A sliver that shows a linear list.

Typedefs

GlueDismissBuilder<T> = Widget Function(BuildContext context, Widget widget, T? entry, VoidCallback onDismissed)
GlueDividerBuilder<T> = Widget Function(BuildContext context, Widget widget, T? entry)
ScrollGlueWidgetBuilder<T> = Widget Function(BuildContext context, T entry, int i, bool first, bool last)