EWAppBar constructor
const
EWAppBar({})
Implementation
const EWAppBar({
required super.child,
required this.isTitleCentered,
required super.preferredSize,
this.appbarType = const Small(),
super.key,
this.title = '',
this.leading,
this.titleStyle,
this.actions,
});