ConstColorAttribute

@Serializable
data class ConstColorAttribute(val color: ColorData) : MaterialAttribute

Constructors

Link copied to clipboard
constructor(color: ColorData)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun matchesCfg(cfg: ColorBlockConfig): Boolean
open fun matchesCfg(cfg: PropertyBlockConfig): Boolean