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