SIQSuggestionTheme constructor

SIQSuggestionTheme({
  1. String? textColor,
  2. String? borderColor,
  3. String? backgroundColor,
  4. double? cornerRadius,
  5. int? displayStyle,
})

Implementation

SIQSuggestionTheme({
  this.textColor,
  this.borderColor,
  this.backgroundColor,
  this.cornerRadius,
  this.displayStyle,
});