VerticalFeedItemQuizComponent constructor
VerticalFeedItemQuizComponent({})
Implementation
VerticalFeedItemQuizComponent({
required this.type,
required this.id,
required this.customPayload,
this.rightAnswerIndex,
required this.title,
required this.options,
required this.selectedOptionIndex,
});