Gradient

@Serializable
@SerialName(value = "gradient")
data class Gradient(val topColor: Int, val bottomColor: Int, val rotationAngle: Int) : BackgroundFill

Constructors

Link copied to clipboard
constructor(topColor: Int, bottomColor: Int, rotationAngle: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard