MegaMenuSection constructor
const
MegaMenuSection({
- String? title,
- required List<
DropdownItem> items,
Implementation
const MegaMenuSection({
this.title,
required this.items,
});