RangeStatCard constructor
const
RangeStatCard({
- Key? key,
- required GaugeController controller,
- double maxRangeKm = 500,
- String label = 'RANGE',
- Color accentColor = const Color(0xFFA78BFA),
- double ringSize = 96,
- bool showGlow = true,
- DashboardCardStyle cardStyle = const DashboardCardStyle(),
- GaugeMode? mode,
Implementation
const RangeStatCard({
super.key,
required this.controller,
this.maxRangeKm = 500,
this.label = 'RANGE',
this.accentColor = const Color(0xFFA78BFA),
this.ringSize = 96,
this.showGlow = true,
this.cardStyle = const DashboardCardStyle(),
this.mode,
});