ParallelChartWidget constructor

const ParallelChartWidget({
  1. Key? key,
  2. required ParallelChartConfig config,
})

Implementation

const ParallelChartWidget({super.key, required this.config});