builder property

Widget Function(BuildContext context, ChartModel model) builder
final

Called on each rebuild to produce the widget subtree.

Receives the current BuildContext and the ChartModel so the builder can read the latest data without capturing stale closures.

Implementation

final Widget Function(BuildContext context, ChartModel model) builder;