DashboardGradientColor

data class DashboardGradientColor(val stops: List<DashboardGradientStop>? = null)

Constructors

Link copied to clipboard
constructor(stops: List<DashboardGradientStop>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of gradient color stops.