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