ImageAnswerFormat constructor

const ImageAnswerFormat({
  1. String? defaultValue,
  2. String buttonText = 'Image: ',
  3. String? question,
  4. String? answerType = type,
})

Implementation

const ImageAnswerFormat({
  this.defaultValue,
  this.buttonText = 'Image: ',
  super.question,
  super.answerType = type,
}) : super();