MobileMenuProps constructor
const
MobileMenuProps({
- required List<
MobileNavItem> items, - Component? logo,
- Component? cta,
- void onClose()?,
- bool isOpen = false,
Implementation
const MobileMenuProps({
required this.items,
this.logo,
this.cta,
this.onClose,
this.isOpen = false,
});