builder property
Renders the chart. Receives the filtered (visible) list of datasets.
Implementation
final Widget Function(BuildContext context, List<ChartDataSet> visibleDataSets) builder;
Renders the chart. Receives the filtered (visible) list of datasets.
final Widget Function(BuildContext context, List<ChartDataSet> visibleDataSets) builder;