FeedbackPage constructor

const FeedbackPage({
  1. Key? key,
  2. required FeedbackStrings feedbackStrings,
})

Implementation

const FeedbackPage({super.key, required this.feedbackStrings});