RPSliderAnswerFormat constructor
RPSliderAnswerFormat({})
Implementation
RPSliderAnswerFormat({
required this.minValue,
required this.maxValue,
required this.divisions,
this.prefix = '',
this.suffix = '',
}) : super();