NiceFeedbackForm constructor
const
NiceFeedbackForm({})
Implementation
const NiceFeedbackForm({
super.key,
this.onSubmit,
this.onCancel,
this.showRating = true,
this.showCategory = true,
this.showEmail = false,
this.showAttachment = false,
this.categories,
this.submitLabel,
this.placeholderText,
this.minRating,
});