menu
mephisto_ui
components/inputs/mephisto_dropdown.dart
MephistoDropdownMenu
MephistoDropdownMenu const constructor
MephistoDropdownMenu
dark_mode
light_mode
MephistoDropdownMenu
constructor
const
MephistoDropdownMenu
(
{
Key
?
key
,
required
List
<
Map
<
String
,
dynamic
>
>
items
,
String
?
label
,
Function
?
onSelect
,
})
Implementation
const MephistoDropdownMenu( {super.key, required this.items, this.label, this.onSelect});
mephisto_ui
mephisto_dropdown
MephistoDropdownMenu
MephistoDropdownMenu const constructor
MephistoDropdownMenu class