Background
interface Background
Tokens used for surfaces and backgrounds of the components.
Types
Link copied to clipboard
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.