FAQAnswerScreen constructor
const
FAQAnswerScreen({
- Key? key,
- required HubbleScreenState state,
Implementation
const FAQAnswerScreen({
super.key,
required this.state,
});