ComponentVariant

Describes the style configuration of a unique variation of a main component.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The properties of the component variant that can be overriden when customizing an instance of the component. You can't specify tags as a valid property for overrides.

Link copied to clipboard

The combination of variants that comprise this variant. You can't specify tags as a valid property for variantValues.

Functions

Link copied to clipboard
inline fun copy(block: ComponentVariant.Builder.() -> Unit = {}): ComponentVariant
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String