LegendSettingFunction typedef
LegendSettingFunction =
void Function(Legend legend, Controller<ChartPainter<ChartData<IDataSet<Entry> > ?> > controller)
Implementation
typedef LegendSettingFunction = void Function(
Legend legend, Controller controller);