NotificationsTab constructor
const
NotificationsTab(
- FynoInApp fynoInApp,
- List messages,
- dynamic onClick(),
- String tabName,
- ScrollController? scrollController, {
- ThemeConfig? themeConfig,
- Key? key,
Implementation
const NotificationsTab(
this.fynoInApp,
this.messages,
this.onClick,
this.tabName,
this.scrollController, {
this.themeConfig,
Key? key,
}) : super(key: key);