FeedbackDialog constructor
const
FeedbackDialog({
- Key? key,
- CommunicationViewType type = CommunicationViewType.feedback,
- CommunicationTheme theme = CommunicationTheme.light,
- String? title,
- String? subtitle,
- String? buttonText,
- IconData? icon,
- String? placeholder,
- String? submitText,
- String? successTitle,
- String? successMessage,
- List<
Color> ? lightGradientColors, - List<
Color> ? darkGradientColors,
Implementation
const FeedbackDialog({
super.key,
this.type = CommunicationViewType.feedback,
this.theme = CommunicationTheme.light,
this.title,
this.subtitle,
this.buttonText,
this.icon,
this.placeholder,
this.submitText,
this.successTitle,
this.successMessage,
this.lightGradientColors,
this.darkGradientColors,
});