createState method

  1. @override
_FaqCard createState ()
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);