FynoNotificationIcon constructor
const
FynoNotificationIcon(
- FynoInApp fynoInApp,
- Color iconColor, {
- IconData? notificationIcon,
- ThemeConfig? themeConfig,
- Key? key,
Implementation
const FynoNotificationIcon(
this.fynoInApp,
this.iconColor, {
this.notificationIcon,
this.themeConfig,
Key? key,
}) : super(key: key);