BackgroundOption

data class BackgroundOption(val type: BackgroundType, val imageUrl: String? = null, val blurAmount: Int = 0)

Constructors

Link copied to clipboard
constructor(type: BackgroundType, imageUrl: String? = null, blurAmount: Int = 0)

Properties

Link copied to clipboard
val blurAmount: Int = 0
Link copied to clipboard
val imageUrl: String? = null
Link copied to clipboard