UserPresetDesignToken

@Serializable
class UserPresetDesignToken(val borderRadius: BorderRadiusType, val borderWidth: BorderWidthType, val spacingBase: Int, val theme: String, val colors: UserPresetDesignColors)

Constructors

Link copied to clipboard
constructor(borderRadius: BorderRadiusType, borderWidth: BorderWidthType, spacingBase: Int, theme: String, colors: UserPresetDesignColors)

Properties

Link copied to clipboard
@SerialName(value = "border_radius")
val borderRadius: BorderRadiusType
Link copied to clipboard
@SerialName(value = "border_width")
val borderWidth: BorderWidthType
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "spacing_base")
val spacingBase: Int
Link copied to clipboard