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