MephistoDropdownMenu constructor

const MephistoDropdownMenu({
  1. Key? key,
  2. required List<Map<String, dynamic>> items,
  3. String? label,
  4. Function? onSelect,
})

Implementation

const MephistoDropdownMenu(
    {super.key, required this.items, this.label, this.onSelect});