DashboardPowerSourceIndicator constructor

const DashboardPowerSourceIndicator({
  1. Key? key,
  2. required PowerSource powerSource,
})

Implementation

const DashboardPowerSourceIndicator({
  super.key,
  required this.powerSource,
});