FAQAnswerScreen constructor

const FAQAnswerScreen({
  1. Key? key,
  2. required HubbleScreenState state,
})

Implementation

const FAQAnswerScreen({
  super.key,
  required this.state,
});