CustomAppBar constructor
Implementation
const CustomAppBar({
Key? key,
this.title,
this.automaticallyImplyLeading = true,
this.backgroundColor,
this.titleColor,
this.iconColor,
this.actions,
this.height = kToolbarHeight,
}) : super(key: key);