MegaMenu constructor
const
MegaMenu({
- required String label,
- required List<
MegaMenuSection> sections, - Key? key,
Implementation
const MegaMenu({
required this.label,
required this.sections,
this.footer,
super.key,
});