BarChart constructor
const
BarChart({})
Implementation
const BarChart({
super.key,
required this.dataset,
this.title = '',
this.showTitle = true,
this.showLabels = true,
this.showLegend = false,
this.showLines = true,
this.onBarTap = _defaultOnTap,
this.isPrimary = true,
this.datasetOrdering,
});