Chart<C extends Controller<ChartPainter<ChartData<IDataSet<Entry>>?>>> constructor

const Chart<C extends Controller<ChartPainter<ChartData<IDataSet<Entry>>?>>>(
  1. C controller, {
  2. Key? key,
})

Implementation

const Chart(this.controller, {Key? key}) : super(key: key);