const DayNightBanner({ Key? key, required this.sunrise, required this.sunset, required this.duskSpanInMinutes, }) : super(key: key);