FullScreenAppBar constructor
FullScreenAppBar({})
Implementation
FullScreenAppBar(
{Key? key,
this.appBarTitle = "",
this.leftWidget,
this.pageTitleStyle,
this.isShowLeft = true})
: super(key: key);