SelectedDaysScreen constructor

const SelectedDaysScreen({
  1. Key? key,
  2. required DateSelection selection,
})

Implementation

const SelectedDaysScreen({super.key, required this.selection});