CommonCartSelection constructor

const CommonCartSelection({
  1. Key? key,
  2. required dynamic tabselect,
})

Implementation

const CommonCartSelection({super.key, required this.tabselect});