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