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