ComboBoxCard
ComboBoxCard is the dropdown item view used by ComboBox. Most apps should use ComboBox directly; use this page when customizing the internals of a selection dropdown.
Key Fields
item: combo box item data.color: label color.horizontalAlignment: text alignment.horizPadding: left/right content padding.titleFontKey: item label font.focusUri,focusColor: focused item visuals.
Notes
ComboBoxCard is designed to be owned by ComboBox. Use ComboBox for normal app code and reserve direct use for custom dropdown implementations.