DropletSettingsToolbarSwitch
A page's own on/off switch, as a pill in Droppy's Settings toolbar (DroppyKit 1.18.0), where every feature page of Droppy keeps its own.
@MainActor struct DropletSettingsToolbarSwitch
title is what it switches, for VoiceOver and the tooltip: "Enable Proofread". Put it last in the cluster.
Initializers
init(_:isOn:)
@MainActor init(_ title: String, isOn: Binding<Bool>)
Creates a switch pill.
Properties
body
@MainActor var body: some View { get }