Chart constructor

const Chart(
  1. ChartConfig config, {
  2. Key? key,
})

Implementation

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