SIQFeedbackTheme constructor

SIQFeedbackTheme({
  1. String? backgroundColor,
  2. String? primaryTextColor,
  3. String? secondaryTextColor,
  4. String? skipButtonTextColor,
  5. String? submitButtonTextColor,
  6. String? submitButtonBackgroundColor,
  7. String? feedbackTextFieldTintColor,
  8. String? feedbackPlaceholderTextColor,
})

Implementation

SIQFeedbackTheme({
  this.backgroundColor,
  this.primaryTextColor,
  this.secondaryTextColor,
  this.skipButtonTextColor,
  this.submitButtonTextColor,
  this.submitButtonBackgroundColor,
  this.feedbackTextFieldTintColor,
  this.feedbackPlaceholderTextColor,
});