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