FeedbackFlowWidget constructor
const
FeedbackFlowWidget({
- Key? key,
- NpsSurveyTexts texts = const NpsSurveyTexts(),
- required Map<
String, dynamic> viewJson,
Implementation
const FeedbackFlowWidget({super.key,
this.texts = const NpsSurveyTexts(),
required this.viewJson,
});