USpeedometerGauge constructor
const
USpeedometerGauge({
- required double value,
- Key? key,
- double min = 0,
- double max = 100,
- List<
UGaugeBand> bands = const <UGaugeBand>[], - double size = 220,
- int majorTicks = 6,
- String? valueLabel,
- UGaugeStyle style = const UGaugeStyle(),
Implementation
const USpeedometerGauge({
required this.value,
super.key,
this.min = 0,
this.max = 100,
this.bands = const <UGaugeBand>[],
this.size = 220,
this.majorTicks = 6,
this.valueLabel,
this.style = const UGaugeStyle(),
});