FullScreenAppBar constructor

FullScreenAppBar({
  1. Key? key,
  2. String appBarTitle = "",
  3. Widget? leftWidget,
  4. TextStyle? pageTitleStyle,
  5. bool isShowLeft = true,
})

Implementation

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