TextQuestion constructor

TextQuestion({
  1. bool? paragraph,
})

Implementation

TextQuestion({
  this.paragraph,
});