QuestionForm constructor

QuestionForm({
  1. Key? key,
})

Implementation

QuestionForm({Key? key}) : super(key: key);