builder property
Widget Function(BuildContext context, BoundingBox bounds, List<ChartItem> items, EdgeInsets contentPadding, IntervalsProvider xIntervals, IntervalsProvider yIntervals, Widget? leftLabels, Widget? rightLabels, Widget? topLabels, Widget? bottomLabels)
builder
final
Implementation
final Widget Function(
BuildContext context,
BoundingBox bounds,
List<ChartItem> items,
EdgeInsets contentPadding,
IntervalsProvider xIntervals,
IntervalsProvider yIntervals,
Widget? leftLabels,
Widget? rightLabels,
Widget? topLabels,
Widget? bottomLabels,
) builder;