Grid constructor
Grid({
- ChoiceQuestion? columns,
- bool? shuffleQuestions,
Implementation
Grid({this.columns, this.shuffleQuestions});
Grid({this.columns, this.shuffleQuestions});