RPUIIntegerQuestionBody constructor

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

Implementation

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