FeedbackFormConfig constructor
const
FeedbackFormConfig({
- String title = 'Feedback Form',
- String nameLabel = 'Name',
- String emailLabel = 'Email',
- String feedbackLabel = 'Your Feedback',
- String ratingLabel = 'Rating',
- String attachButtonLabel = 'Attach Screenshots / Photos',
- String submitButtonLabel = 'Submit',
- InputDecoration? nameFieldDecoration,
- InputDecoration? emailFieldDecoration,
- InputDecoration? feedbackFieldDecoration,
- ButtonStyle? submitButtonStyle,
- ButtonStyle? attachButtonStyle,
Implementation
const FeedbackFormConfig({
this.title = 'Feedback Form',
this.nameLabel = 'Name',
this.emailLabel = 'Email',
this.feedbackLabel = 'Your Feedback',
this.ratingLabel = 'Rating',
this.attachButtonLabel = 'Attach Screenshots / Photos',
this.submitButtonLabel = 'Submit',
this.nameFieldDecoration,
this.emailFieldDecoration,
this.feedbackFieldDecoration,
this.submitButtonStyle,
this.attachButtonStyle,
});