RPUIImageChoiceQuestionBody constructor

const RPUIImageChoiceQuestionBody(
  1. RPImageChoiceAnswerFormat answerFormat,
  2. void onResultChance(
    1. dynamic
    ), {
  3. Key? key,
})

Implementation

const RPUIImageChoiceQuestionBody(
  this.answerFormat,
  this.onResultChance, {
  super.key,
});