RPUIChoiceQuestionBody constructor

const RPUIChoiceQuestionBody(
  1. RPChoiceAnswerFormat answerFormat,
  2. void onResultChange(
    1. dynamic
    ), {
  3. Key? key,
})

Implementation

const RPUIChoiceQuestionBody(
  this.answerFormat,
  this.onResultChange, {
  super.key,
});