HeaderProps constructor
const
HeaderProps({})
Implementation
const HeaderProps({
required this.logo,
this.navItems = const [],
this.customNav,
this.actions,
this.showSearch = false,
this.searchPlaceholder = 'Search...',
this.onSearch,
this.sticky = true,
this.transparent = false,
this.bordered = true,
this.height,
});