USegmentedGauge constructor
const
USegmentedGauge({})
Implementation
const USegmentedGauge({
required this.value,
super.key,
this.min = 0,
this.max = 100,
this.segments = 10,
this.size = 200,
this.fillColor,
this.valueLabel,
this.style = const UGaugeStyle(),
});