BrightnessWrapper constructor
const
BrightnessWrapper({})
Creates a new instance of BrightnessWrapper
.
The lightThemeChild
, and darkThemeChild
arguments must not be null.
Implementation
const BrightnessWrapper({
required this.lightThemeChild,
required this.darkThemeChild,
super.key,
});