MBDropdown constructor
const
MBDropdown({})
Implementation
const MBDropdown({
Key? key,
required this.items,
this.selectedItem,
required this.onChanged,
this.hintText,
this.showSearchBox = true,
this.isEnabled = true,
}) : super(key: key);