BaseAppBar constructor
const
BaseAppBar({})
Implementation
const BaseAppBar({
super.key,
this.title = '',
this.backIcon,
this.titleWidget,
this.actions,
this.backgroundColor,
// this.leading,
this.leftWidgets,
});