LineChart constructor

const LineChart(
  1. LineChartController controller, {
  2. Key? key,
})

Implementation

const LineChart(LineChartController controller, {Key? key}) : super(controller, key: key);