CustomAppBar constructor
const
CustomAppBar({})
Implementation
const CustomAppBar({
super.key,
this.allowBack = true,
this.centerTitle = true,
this.actions,
this.bottom,
this.elevation = 1,
required this.title,
});