RadialLegendItemBuilder typedef

RadialLegendItemBuilder = Widget Function(BuildContext context, RadialLegendItemData item)

Builds the visible content of one Pie or Donut legend item.

Braven Charts retains the package-owned tap target, selection action, and assistive semantics around the returned widget. The builder controls the complete visible contents inside that interaction shell.

Implementation

typedef RadialLegendItemBuilder =
    Widget Function(BuildContext context, RadialLegendItemData item);