HorizontalBar constructor
const
HorizontalBar({})
Implementation
const HorizontalBar({
super.key,
required this.verticalBarTextStyleColor,
required this.name,
required this.barColor,
required this.barSize,
required this.barInterver,
});