DroppyCircleButtonStyle

Circular icon button for icon-only actions (close, back, inline glyph actions) on settings-style surfaces.

@MainActor struct DroppyCircleButtonStyle

Matches the host's DroppyCircleButtonStyle solid arm: 32pt default diameter, a bold glyph at 40% of the diameter, the 0.14/0.18/0.24 overlay ladder (0.08 disabled), a 0.95 press scale and the shared hover clock. For the 24pt controls inside a live-activity row use DroppyLiveActivityControlStyle instead, which matches the notch family's tighter press.

Initializers

init(size:)

@MainActor init(size: CGFloat = 32)

Creates the style.

  • Parameter size: Diameter in points. The host's default is 32.

Methods

makeBody(configuration:)

@MainActor func makeBody(configuration: Configuration) -> some View