AppearanceLevel

data class AppearanceLevel(val appearance: SystemSteeringProperty.AppearanceLevel.Level = Level.Medium)

Parameters

appearance

The Level of the appearance on the display. Either Small, Medium or Large.

Constructors

Link copied to clipboard
constructor(appearance: SystemSteeringProperty.AppearanceLevel.Level = Level.Medium)

Types

Properties