menu
survey_kit package
documentation
survey_kit.dart
TextChoice
TextChoice constructor
TextChoice constructor
dark_mode
light_mode
TextChoice
constructor
TextChoice
(
{
String
?
id
,
required
String
text
,
String
?
value
,
})
Implementation
TextChoice({ String? id, required this.text, this.value, }) : id = id ?? const Uuid().v4();
survey_kit package
documentation
survey_kit
TextChoice
TextChoice constructor
TextChoice class