Companion

object Companion

Companion object for Background interface, provides a factory method for creating Background instances.

Functions

Link copied to clipboard
fun ThemeColorTokens.Background.copy(default: Color = this.default, inverse: Color = this.inverse, surface: ThemeColorTokens.Background.Surface = this.surface): ThemeColorTokens.Background

Copies this Background replacing provided values.

Link copied to clipboard
@JvmName(name = "create")
operator fun invoke(default: Color, inverse: Color, surface: ThemeColorTokens.Background.Surface): ThemeColorTokens.Background

Creates a Background instance with the provided color values.