createState method

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