CustomAppBar constructor
CustomAppBar({})
Implementation
CustomAppBar(
{Key? key,
this.elevation = 0.0,
this.fontSize = size22,
this.fontWeight = fontWeigh500,
this.scaffoldKey,
this.actionItems,
this.height,
required this.title,
this.leading,
this.bottomLineWidget})
: preferredSize = Size.fromHeight(kAppbarHeight),
super(key: key);