QuestionItem constructor

QuestionItem({
  1. Image? image,
  2. Question? question,
})

Implementation

QuestionItem({this.image, this.question});