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