createState method
override
Creates the state containing the functionality for the widget.
Implementation
@override
/// Creates the state containing the functionality for the widget.
_FaqCard createState() => _FaqCard(question: this.question, answer: this.answer);