CustomAppBarTitle constructor
const
CustomAppBarTitle({})
Implementation
const CustomAppBarTitle({
super.key,
this.leadingWidget,
this.title,
this.fontsize,
this.fontcolor,
this.align,
this.appBarBgcolor,
this.actionsWidget,
this.bottomWidget,
this.titleWidget,
this.showBackIcon,
this.backIconColor,
this.shadowColor,
this.elevation,
});