Companion

object Companion

Functions

defaultStyleSet
Link copied to clipboard
common
fun defaultStyleSet(): ComponentStyleSet
Returns the empty ComponentStyleSet which uses StyleSet.defaultStyle for all states.
empty
Link copied to clipboard
common
fun empty(): ComponentStyleSet
Returns the empty ComponentStyleSet which uses StyleSet.empty for all states.
equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
newBuilder
Link copied to clipboard
common
fun newBuilder(): ComponentStyleSetBuilder
Creates a new ComponentStyleSetBuilder for creating styles.
toString
Link copied to clipboard
common
open fun toString(): String

Sources

(source)
Link copied to clipboard