GAppBar constructor
const
GAppBar({})
Implementation
const GAppBar({
super.key,
required this.title,
this.centerTitle = false,
this.actions,
this.leading,
this.onLeadingPressed,
this.backgroundColor,
this.foregroundColor,
});