FeedbackFlowWidget constructor

const FeedbackFlowWidget({
  1. Key? key,
  2. NpsSurveyTexts texts = const NpsSurveyTexts(),
  3. required Map<String, dynamic> viewJson,
})

Implementation

const FeedbackFlowWidget({super.key,
  this.texts = const NpsSurveyTexts(),
  required this.viewJson,
});