CustomHomeAppBar constructor
const
CustomHomeAppBar({})
Implementation
const CustomHomeAppBar({
super.key,
required this.title,
required this.titleColor,
this.showLeading,
this.isCenterTitle,
this.actions,
});