SplineChart constructor

const SplineChart({
  1. Key? key,
  2. required List<ChartData> dataSource,
  3. required List<String> yKeys,
})

Implementation

const SplineChart({super.key, required this.dataSource, required this.yKeys});