XAppBar constructor
const
XAppBar({})
Implementation
const XAppBar({
super.key,
this.title,
this.child,
this.titleTextStyle,
this.onTapBack,
this.actions = const [],
this.isTitleCenter = true,
this.toolbarHeight,
this.backgroundColor,
this.backButton,
});