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