CustomAppBar constructor
const
CustomAppBar({})
Implementation
const CustomAppBar(
{super.key,
this.automaticallyImplyLeading,
required this.title,
this.leading,
this.actions,
this.bottom});
const CustomAppBar(
{super.key,
this.automaticallyImplyLeading,
required this.title,
this.leading,
this.actions,
this.bottom});