Grid constructor

Grid({
  1. ChoiceQuestion? columns,
  2. bool? shuffleQuestions,
})

Implementation

Grid({this.columns, this.shuffleQuestions});