ExploreAppBar constructor
const
ExploreAppBar({
- Key? key,
- double height = kToolbarHeight,
- required String title,
- required VoidCallback onClick,
- bool? showLeftIcon,
Implementation
const ExploreAppBar(
{super.key, this.height = kToolbarHeight,
required this.title,
required this.onClick, this.showLeftIcon});