RPUISliderQuestionBody constructor

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

Implementation

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