DropletStackedRow

Row whose content stacks beneath the title block instead of trailing on the right.

@MainActor struct DropletStackedRow<Content> where Content : View

Row whose content stacks beneath the title block instead of trailing on the right. For option tiles, shortcut recorders, and similar wide content.

Initializers

init(title:icon:iconColor:infoTip:content:)

@MainActor init(title: String, icon: String? = nil, iconColor: Color? = nil, infoTip: String? = nil, @ViewBuilder content: () -> Content)

Creates a stacked row.

Properties

body

@MainActor var body: some View { get }