ULinearGauge constructor
const
ULinearGauge({})
Implementation
const ULinearGauge({
required this.value,
super.key,
this.min = 0,
this.max = 100,
this.bands = const <UGaugeBand>[],
this.width = 300,
this.height = 70,
this.majorTicks = 5,
this.valueLabel,
this.style = const UGaugeStyle(),
});