CustomAppBar constructor
CustomAppBar({})
Implementation
CustomAppBar({
Key? key,
required this.height,
this.styleType,
this.leadingWidth,
this.leading,
this.title,
this.centerTitle,
this.actions,
}) : super(
key: key,
);