ColumnRounded constructor

const ColumnRounded({
  1. Key? key,
  2. required List<ChartSampleData> dataSource,
})

Creates the column chart with columns width and space change option

Implementation

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