NotificationConfig constructor
NotificationConfig({})
Implementation
NotificationConfig({
required this.title,
required this.subtitle,
this.imageUrl,
this.backgroundColor,
this.backgroundImageUrl,
this.titleFontSize,
this.subtitleFontSize,
this.titleColor,
this.subtitleColor,
this.buttons,
});