ScaleAnswerFormat constructor
const
ScaleAnswerFormat({})
Implementation
const ScaleAnswerFormat({
required this.maximumValue,
required this.minimumValue,
required this.defaultValue,
required this.step,
this.maximumValueDescription = '',
this.minimumValueDescription = '',
this.showValue = true,
}) : super();