DropletSettingsCard
Card wrapper for grouping settings rows.
@MainActor struct DropletSettingsCard<Content> where Content : View
Fill only, no outer hairline: section cards are separated by their headers and page gaps. Separate rows inside a card with DropletSettingsDivider.
Initializers
init(content:)
@MainActor init(@ViewBuilder content: () -> Content)
Creates a card from its rows.
Properties
body
@MainActor var body: some View { get }