FynoNotificationIcon constructor

const FynoNotificationIcon(
  1. FynoInApp fynoInApp,
  2. Color iconColor, {
  3. IconData? notificationIcon,
  4. ThemeConfig? themeConfig,
  5. Key? key,
})

Implementation

const FynoNotificationIcon(
  this.fynoInApp,
  this.iconColor, {
  this.notificationIcon,
  this.themeConfig,
  Key? key,
}) : super(key: key);