FollyMenuHeader<O> constructor
const
FollyMenuHeader<O> ({})
Implementation
const FollyMenuHeader({
required this.name,
required this.email,
this.companyName = '',
this.expanded,
this.color,
this.background,
this.menuItems,
this.onMenuSelect,
super.key,
});