NiceFeedbackDialog constructor
const
NiceFeedbackDialog({
- Key? key,
- String title = 'Send Feedback',
- String? description,
- void onSubmit(
- NiceFeedbackData feedback
- VoidCallback? onCancel,
- bool showRating = true,
- bool showCategory = false,
- List<
String> ? categories,
Implementation
const NiceFeedbackDialog({
super.key,
this.title = 'Send Feedback',
this.description,
this.onSubmit,
this.onCancel,
this.showRating = true,
this.showCategory = false,
this.categories,
});