UCompassGauge constructor
const
UCompassGauge({
- required double value,
- Key? key,
- double size = 200,
- Color? northColor,
- UGaugeStyle style = const UGaugeStyle(),
Implementation
const UCompassGauge({
required this.value,
super.key,
this.size = 200,
this.northColor,
this.style = const UGaugeStyle(),
});