NotificationsPage constructor
const
NotificationsPage(
- FynoInApp fynoInApp,
- Function onClick, {
- ThemeConfig? themeConfig,
- Key? key,
Implementation
const NotificationsPage(
this.fynoInApp,
this.onClick, {
this.themeConfig,
Key? key,
}) : super(key: key);