SIQInAppNotificationTheme constructor

SIQInAppNotificationTheme({
  1. String? titleColor,
  2. String? subtitleColor,
  3. String? backgroundColor,
  4. String? imageBackgroundColor,
  5. double? cornerRadius,
  6. double? imageCornerRadius,
})

Implementation

SIQInAppNotificationTheme({
  this.titleColor,
  this.subtitleColor,
  this.backgroundColor,
  this.imageBackgroundColor,
  this.cornerRadius,
  this.imageCornerRadius,
});