ExploreAppBar constructor

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

Implementation

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