menu
research_package package
documentation
model.dart
RPDoubleAnswerFormat
RPDoubleAnswerFormat constructor
RPDoubleAnswerFormat constructor
dark_mode
light_mode
RPDoubleAnswerFormat
constructor
RPDoubleAnswerFormat
(
{
required
double
minValue
,
required
double
maxValue
,
String
?
suffix
,
})
Implementation
RPDoubleAnswerFormat( {required this.minValue, required this.maxValue, this.suffix}) : super();
research_package package
documentation
model
RPDoubleAnswerFormat
RPDoubleAnswerFormat constructor
RPDoubleAnswerFormat class