TabAppBar constructor

TabAppBar({
  1. double height = kToolbarHeight,
  2. required String title,
  3. required VoidCallback leftOnClick,
  4. bool? showCartButton,
  5. required VoidCallback goBack,
})

Implementation

TabAppBar({this.height = kToolbarHeight, required this.title, required this.leftOnClick, this.showCartButton, required this.goBack});