MaterialIndicatorBuilder typedef

MaterialIndicatorBuilder = Widget Function(BuildContext context, IndicatorController controller)

A function type that builds a material-style indicator widget.

This builder takes the current BuildContext and an IndicatorController to construct the widget.

Implementation

typedef MaterialIndicatorBuilder = Widget Function(
  BuildContext context,
  IndicatorController controller,
);