UBatteryGauge constructor
const
UBatteryGauge({})
Implementation
const UBatteryGauge({
required this.value,
super.key,
this.min = 0,
this.max = 100,
this.width = 200,
this.height = 90,
this.lowThreshold = 0.2,
this.lowColor,
this.valueLabel,
this.style = const UGaugeStyle(),
});