AppBar constructor
const
AppBar({})
Implementation
const AppBar({
super.key,
this.elevation,
this.leading,
this.backgroundColor,
this.centerTitle,
this.title,
this.actions,
});
const AppBar({
super.key,
this.elevation,
this.leading,
this.backgroundColor,
this.centerTitle,
this.title,
this.actions,
});