menu
survey_kit package
documentation
survey_kit.dart
DoubleAnswerFormat
DoubleAnswerFormat const constructor
DoubleAnswerFormat const constructor
dark_mode
light_mode
DoubleAnswerFormat
constructor
const
DoubleAnswerFormat
(
{
double
?
defaultValue
,
String
hint
=
''
,
})
Implementation
const DoubleAnswerFormat({ this.defaultValue, this.hint = '', }) : super();
survey_kit package
documentation
survey_kit
DoubleAnswerFormat
DoubleAnswerFormat const constructor
DoubleAnswerFormat class