FAQCard constructor
const
FAQCard({
- Key? key,
- required dynamic faqType,
Implementation
const FAQCard({super.key, required this.faqType});
const FAQCard({super.key, required this.faqType});