CustomAppBar constructor
CustomAppBar({})
Implementation
CustomAppBar(
{Key? key,
this.title,
this.elevation = 0.0,
this.showBackButton = false,
this.actionItems = const <Widget>[]})
: super(key: key);