MegaMenuSection constructor

const MegaMenuSection({
  1. String? title,
  2. required List<DropdownItem> items,
})

Implementation

const MegaMenuSection({
  this.title,
  required this.items,
});