FuelStatCard constructor
const
FuelStatCard({
- Key? key,
- required GaugeController controller,
- String label = 'FUEL',
- Color accentColor = const Color(0xFFFB7185),
- Color lowColor = const Color(0xFFEF4444),
- double lowThreshold = 15,
- bool showGlow = true,
- DashboardCardStyle cardStyle = const DashboardCardStyle(),
- GaugeMode? mode,
Implementation
const FuelStatCard({
super.key,
required this.controller,
this.label = 'FUEL',
this.accentColor = const Color(0xFFFB7185),
this.lowColor = const Color(0xFFEF4444),
this.lowThreshold = 15,
this.showGlow = true,
this.cardStyle = const DashboardCardStyle(),
this.mode,
});