OverflowIndicatorBuilder typedef

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.

Implementation

typedef OverflowIndicatorBuilder = Widget Function(
  BuildContext context,
  int remainingItemCount,
);