FeedbackScreen constructor
const
FeedbackScreen({})
FeedbackScreen as StatefulWidget for creating thr feedback screen UI.
Implementation
const FeedbackScreen({
Key? key,
required this.screenShotPath,
required this.feedbackFooterText,
required this.reportType,
this.fromEmail = '',
required this.onFeedbackSubmissionStarted,
required this.onFeedbackSubmitted,
required this.isEmailEditable,
required this.userId,
}) : super(key: key);