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