BarChart constructor
const
BarChart({})
Implementation
const BarChart({
this.barWidth = 16,
this.showGrid = false,
this.showLabels = true,
this.showValues = false,
this.horizontal = false,
String? name,
DslExpression? visible,
}) : super(name: name, visible: visible);