SelectSeasonDropDown constructor

const SelectSeasonDropDown({
  1. Key? key,
  2. required Datum content,
  3. required Function onSeasonSelected,
})

Implementation

const SelectSeasonDropDown(
    {super.key, required this.content, required this.onSeasonSelected});