TBarChart constructor
const
TBarChart({})
Creates a TBarChart widget.
Implementation
const TBarChart({
super.key,
required this.title,
required this.data,
this.optionTap,
this.showLegends = true,
this.showOption = true,
this.direction = Axis.horizontal,
this.height = 300,
this.barColor,
});