FeedbackBottomSheet constructor
const
FeedbackBottomSheet({
- Key? key,
- required OnFeedbackCallback feedbackCallback,
- EmailConfig? emailConfig,
- GitHubConfig? gitHubConfig,
- required String title,
- required String subTitle,
Bottom Sheet Content Widget
Implementation
const FeedbackBottomSheet({
Key? key,
required this.feedbackCallback,
this.emailConfig,
this.gitHubConfig,
required this.title,
required this.subTitle,
}) : super(key: key);