menu
survey_kit package
documentation
survey_kit.dart
TimeAnswerFormat
TimeAnswerFormat const constructor
TimeAnswerFormat const constructor
dark_mode
light_mode
TimeAnswerFormat
constructor
const
TimeAnswerFormat
(
{
TimeOfDay
?
defaultValue
,
String
?
question
,
String
?
answerType
=
type
,
})
Implementation
const TimeAnswerFormat({ this.defaultValue, super.question, super.answerType = type, }) : super();
survey_kit package
documentation
survey_kit
TimeAnswerFormat
TimeAnswerFormat const constructor
TimeAnswerFormat class