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