AppBarWithOnlyTitle constructor
AppBarWithOnlyTitle({})
Implementation
AppBarWithOnlyTitle(
{Key? key,
this.title,
this.actions,
this.showLogo = true,
this.isBackButtonVisible = false,
this.backButtonCallback,
this.isTransparent = false,
this.businessLogo})
: super(key: key);