TripStatCard constructor
const
TripStatCard({
- Key? key,
- required GaugeController controller,
- double targetKm = 50,
- String label = 'TRIP',
- Color accentColor = const Color(0xFFA3E635),
- bool showGlow = true,
- DashboardCardStyle cardStyle = const DashboardCardStyle(),
- GaugeMode? mode,
Implementation
const TripStatCard({
super.key,
required this.controller,
this.targetKm = 50,
this.label = 'TRIP',
this.accentColor = const Color(0xFFA3E635),
this.showGlow = true,
this.cardStyle = const DashboardCardStyle(),
this.mode,
});