SortingButton constructor

const SortingButton({
  1. Key? key,
  2. SortingType? selectedSorting,
})

Implementation

const SortingButton({super.key, this.selectedSorting});