LoadShedIndicator constructor

const LoadShedIndicator({
  1. Key? key,
  2. required LoadShedStatus loadShed,
})

Implementation

const LoadShedIndicator({
  super.key,
  required this.loadShed,
});