DayNightSwitch constructor
const
DayNightSwitch({})
This is a constructor to initialize the DayNightSwitch
Implementation
const DayNightSwitch({
super.key,
this.initiallyDark = false,
this.duration = const Duration(milliseconds: 600),
this.size = 30,
required this.onChange,
});