AppBarCustom constructor

const AppBarCustom({
  1. Key? key,
  2. required String title,
  3. bool showGoBack = false,
  4. TextAlign align = TextAlign.left,
  5. Widget? share,
})

Implementation

const AppBarCustom({super.key, required this.title, this.showGoBack = false, this.align = TextAlign.left, this.share});