UserPresetColorsTheme

@Serializable
data class UserPresetColorsTheme(var primary: JsonElement? = null, var secondary: JsonElement? = null, var text: String? = null, var background: JsonElement? = null, var textPrimary: JsonElement? = null, var videoBackground: String? = null)

Constructors

Link copied to clipboard
constructor(primary: JsonElement? = null, secondary: JsonElement? = null, text: String? = null, background: JsonElement? = null, textPrimary: JsonElement? = null, videoBackground: String? = null)

Properties

Link copied to clipboard
var background: JsonElement?
Link copied to clipboard
var primary: JsonElement?
Link copied to clipboard
var secondary: JsonElement?
Link copied to clipboard
var text: String?
Link copied to clipboard
var textPrimary: JsonElement?
Link copied to clipboard