FCCAppBar constructor
const
FCCAppBar({
- Key? key,
- String? title,
- String? subtitle,
- Widget? leading,
- List<
Widget> ? actions, - Gradient? gradient,
- bool isNotificationVisible = true,
- int? notificationCount,
- VoidCallback? onNotificationTap,
- String? profileImagePath,
- String? userName,
- String? status,
- dynamic onProfileTap()?,
- VoidCallback? onLogout,
Implementation
const FCCAppBar({
super.key,
this.title,
this.subtitle,
this.leading,
this.actions,
this.gradient,
this.isNotificationVisible = true,
this.notificationCount,
this.onNotificationTap,
this.profileImagePath,
this.userName,
this.status,
this.onProfileTap,
this.onLogout,
});