CustomHomeAppBar constructor
const
CustomHomeAppBar({})
Implementation
const CustomHomeAppBar({
super.key,
this.allowBack = false,
this.centerTitle = false,
this.hideLeading = false,
this.showNotificationsIcon = false,
this.title,
this.badge,
this.actionButton,
required this.userName,
required this.onNotificationPressed,
required this.userAvatar,
});