S360fBarChart constructor
const
S360fBarChart({})
Implementation
const S360fBarChart({
required this.items,
required this.maxValue,
this.yAxisValues = const <double>[],
this.currencySymbol = '',
super.key,
this.showValues = true,
this.width = double.infinity,
this.height = 200,
this.padding = const EdgeInsets.all(16),
this.backgroundColor,
});