NrbMultiBarChart constructor
const
NrbMultiBarChart({})
Constructor for the Multi-Bar Chart.
Implementation
const NrbMultiBarChart({
super.key,
required this.series,
required this.xAxisLabels,
this.width = double.infinity,
this.height = 250.0,
this.animationDuration = const Duration(milliseconds: 1000),
this.gridColor = const Color(0xFFE0E0E0),
this.textColor = const Color(0xFF757575),
});