BoxPlotChartWidget constructor

const BoxPlotChartWidget({
  1. Key? key,
  2. required BoxPlotChartConfig config,
})

Implementation

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