Expand description
A view that allows the user to select an item from a list of items.
The Dropdown struct provides several constructors, each offering different levels of customization and ease of use.
The DropdownCustomStyle struct allows for easy and advanced customization of the dropdown’s appearance.
Structs§
- Close
OnAccept - A property that determines whether the dropdown should close automatically when an item is selected.
- Dropdown
- A customizable dropdown view for selecting an item from a list.
- Dropdown
Class - A Style class that is applied to all dropdowns.
- Dropdown
Custom Style - A struct that allows for easy custom styling of the
Dropdownusing theDropdown::dropdown_stylemethod or theStyle::custom_stylemethod.