SubZeroHeader constructor
const
SubZeroHeader({
- Key? key,
- SubZeroHeaderVariant variant = SubZeroHeaderVariant.primary,
- Widget? logo,
- String? brandName,
- String? productName,
- List<
Widget> actions = const [], - bool isScrolled = false,
- VoidCallback? onMenuPressed,
- double? height,
- bool showAngledEdge = true,
- VoidCallback? onLogoTap,
Implementation
const SubZeroHeader({
super.key,
this.variant = SubZeroHeaderVariant.primary,
this.logo,
this.brandName,
this.productName,
this.navigationItems = const [],
this.actions = const [],
this.isScrolled = false,
this.onMenuPressed,
this.height,
this.showAngledEdge = true,
this.onLogoTap,
});