RPUITextInputQuestionBody constructor

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

Implementation

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