NotificationListTile constructor

const NotificationListTile(
  1. FynoInApp fynoInApp,
  2. dynamic message,
  3. dynamic onClick(), {
  4. ThemeConfig? themeConfig,
  5. Key? key,
})

Implementation

const NotificationListTile(
  this.fynoInApp,
  this.message,
  this.onClick, {
  this.themeConfig,
  Key? key,
}) : super(key: key);