ArcaneHeader constructor
const
ArcaneHeader({})
Implementation
const ArcaneHeader({
required this.logo,
required this.navItems,
this.actions,
this.showSearch = false,
this.searchPlaceholder = 'Search...',
this.onSearch,
this.sticky = true,
this.transparent = false,
this.bordered = true,
super.key,
});