menu
genai_components package
documentation
widgets/cl_survey/answer_choice_widget.dart
RatingAnswer
RatingAnswer.new const constructor
RatingAnswer.new const constructor
dark_mode
light_mode
RatingAnswer
constructor
const
RatingAnswer
(
{
Key
?
key
,
required
void
onChange
(
List
<
Map
<
String
,
String
>
>
answers
),
required
Question
question
,
})
Implementation
const RatingAnswer({super.key, required this.onChange, required this.question});
genai_components package
documentation
widgets/cl_survey/answer_choice_widget
RatingAnswer
RatingAnswer.new const constructor
RatingAnswer class