LineChart constructor
const
LineChart({
- Key? key,
- required List<
ChartSampleData> dataSource,
Creates the line chart with custom data
Implementation
const LineChart({super.key, required this.dataSource});