ExploreAppBar constructor

ExploreAppBar({
  1. double height = kToolbarHeight,
  2. required String title,
  3. required VoidCallback onClick,
  4. bool? showLeftIcon,
})

Implementation

ExploreAppBar(
    {this.height = kToolbarHeight,
      required this.title,
      required this.onClick, this.showLeftIcon});