NotificationsTab constructor

const NotificationsTab(
  1. FynoInApp fynoInApp,
  2. List messages,
  3. dynamic onClick(),
  4. String tabName,
  5. ScrollController? scrollController, {
  6. ThemeConfig? themeConfig,
  7. Key? key,
})

Implementation

const NotificationsTab(
  this.fynoInApp,
  this.messages,
  this.onClick,
  this.tabName,
  this.scrollController, {
  this.themeConfig,
  Key? key,
}) : super(key: key);