ColumnRounded constructor
const
ColumnRounded({
- Key? key,
- required List<
ChartSampleData> dataSource,
Creates the column chart with columns width and space change option
Implementation
const ColumnRounded({super.key, required this.dataSource});