YAppBar constructor
YAppBar({})
Implementation
YAppBar({
this.title,
this.navBarTitleColor,
this.fontSize = 18,
this.fontWeight = FontWeight.w700,
this.canBack = true,
this.divider = false,
this.left,
this.right,
this.widget,
this.statubar,
this.navBar,
});