TextAnswerFormat constructor
const
TextAnswerFormat({})
Implementation
const TextAnswerFormat({
this.maxLines,
this.hint = '',
this.validationRegEx = r'^(?!s*$).+',
super.question,
super.answerType = type,
}) : super();