DropletSurfaceAppearance

The appearance Droppy is drawing its surfaces in.

enum DropletSurfaceAppearance

Cases

DropletSurfaceAppearance.dark

case dark

Dark chrome. This is the default for notch and shelf surfaces, and the appearance every widget must look correct in.

DropletSurfaceAppearance.light

case light

Light chrome. Only reachable on surfaces the user has themed light.

Initializers

init(rawValue:)

init?(rawValue: String)