DropletGroupedPickerRow

Grouped picker row used inside DropletSettingsCard when the picker should extend to the card's edges.

@MainActor struct DropletGroupedPickerRow<PickerContent> where PickerContent : View

Grouped picker row used inside DropletSettingsCard when the picker should extend to the card's edges. Title and info tip stay padded; the picker drops into the content area with no horizontal or bottom padding so its outer corners can follow the card's curvature.

Prefer settingsUnifiedPickerRow(title:subtitle:icon:iconColor:options:accessibilityLabel:groupPosition:isEnabled:isSelected:action:content:), which pairs this row with the segmented control and wires the corner positions for you.

Initializers

init(title:icon:iconColor:subtitle:picker:)

@MainActor init(title: String, icon: String? = nil, iconColor: Color? = nil, subtitle: String = "", @ViewBuilder picker: () -> PickerContent)

Creates a grouped picker row.

Properties

body

@MainActor var body: some View { get }