const AppBarLayout({ Key? key, required this.title, this.showGoBack = false, this.showShare = false, required this.child, }) : super(key: key);