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