UThermometerGauge constructor
const
UThermometerGauge({})
Implementation
const UThermometerGauge({
required this.value,
super.key,
this.min = 0,
this.max = 100,
this.width = 110,
this.height = 260,
this.majorTicks = 5,
this.fillColor,
this.valueLabel,
this.style = const UGaugeStyle(),
});