overflow_view library

Classes

OverflowView
A widget that displays its children in a one-dimensional array until there is no more room. If all the children don't fit in the available space, it displays an indicator at the end.

Typedefs

OverflowIndicatorBuilder = Widget Function(BuildContext context, int remainingItemCount)
Signature for a builder that creates an overflow indicator when there is not enough space to display all the children of an OverflowView.