NiceBarGauge constructor
Implementation
const NiceBarGauge({
super.key,
required this.items,
this.min = 0,
this.max = 100,
this.size = 200,
this.title,
this.formatValue,
});
const NiceBarGauge({
super.key,
required this.items,
this.min = 0,
this.max = 100,
this.size = 200,
this.title,
this.formatValue,
});