AppBarConfig constructor
const
AppBarConfig({})
Creates an app bar configuration.
Implementation
const AppBarConfig({
this.title,
this.titleStyle,
this.backgroundColor,
this.elevation = 0,
this.customBackIcon,
this.centerTitle = true,
this.automaticallyImplyLeading = true,
this.showBackButton = true,
});