ClimateStatCard constructor
const
ClimateStatCard({
- Key? key,
- required GaugeController controller,
- double min = 16,
- double max = 30,
- String label = 'CABIN TEMP',
- Color accentColor = const Color(0xFF38BDF8),
- double ringSize = 96,
- bool showGlow = true,
- DashboardCardStyle cardStyle = const DashboardCardStyle(),
- GaugeMode? mode,
Implementation
const ClimateStatCard({
super.key,
required this.controller,
this.min = 16,
this.max = 30,
this.label = 'CABIN TEMP',
this.accentColor = const Color(0xFF38BDF8),
this.ringSize = 96,
this.showGlow = true,
this.cardStyle = const DashboardCardStyle(),
this.mode,
});