BrightnessIndicator constructor

const BrightnessIndicator({
  1. Key? key,
  2. required ThemeService themeService,
})

Implementation

const BrightnessIndicator({super.key, required this.themeService});