DashboardPowerSourceIndicator constructor
- Key? key,
- required PowerSource powerSource,
Implementation
const DashboardPowerSourceIndicator({
super.key,
required this.powerSource,
});
const DashboardPowerSourceIndicator({
super.key,
required this.powerSource,
});