IndicatorBuilder typedef

IndicatorBuilder = Widget Function(BuildContext, VoidCallback , bool)

This function is used to override the ExpandArrow widget for controlling a ExpandChild or ExpandText widget.

Implementation

typedef IndicatorBuilder = Widget Function(
  BuildContext,
  VoidCallback,
  bool,
);