RowQuestion constructor

RowQuestion({
  1. String? title,
})

Implementation

RowQuestion({
  this.title,
});