CustomAppBar constructor
const
CustomAppBar({})
Implementation
const CustomAppBar({
required this.tabBarRoutes,
required this.tabs,
required this.homeRoute,
required this.appBarTitle,
required this.iconSize,
this.actions,
this.appBarIconWidth = 56.0,
this.tabIconSize = 26.0,
this.tabTextSize = 14.0,
super.key,
});