CommonFAQScreen constructor

const CommonFAQScreen({
  1. Key? key,
  2. required dynamic faqType,
})

Implementation

const CommonFAQScreen({super.key, required this.faqType});