DefaultComponentStyleSet

data class DefaultComponentStyleSet(styles: Map<ComponentState, StyleSet>) : ComponentStyleSet

Functions

copy
Link copied to clipboard
common
fun copy(styles: Map<ComponentState, StyleSet>): DefaultComponentStyleSet
equals
Link copied to clipboard
common
open operator override fun equals(other: Any?): Boolean
fetchStyleFor
Link copied to clipboard
common
open override fun fetchStyleFor(state: ComponentState): StyleSet
Returns the StyleSet for the given state.
hashCode
Link copied to clipboard
common
open override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

isDefault
Link copied to clipboard
common
open val isDefault: Boolean

Sources

(source)
Link copied to clipboard