FeedbackPage constructor
const
FeedbackPage({
- Key? key,
- required FeedbackStrings feedbackStrings,
Implementation
const FeedbackPage({super.key, required this.feedbackStrings});