Background
Tokens used for surfaces and backgrounds of the components.
Types
Link copied to clipboard
Companion object for Background interface, provides a factory method for creating Background instances.
Functions
Link copied to clipboard
public final ThemeColorTokens.Background copy(Color default, Color inverse, ThemeColorTokens.Background.Surface surface)
Copies this Background replacing provided values.
Link copied to clipboard
The default background color for the entire app or large surfaces like cards and sheets.
Link copied to clipboard
A contrasting surface color used for elements that need to stand out, often for showing light content on a dark background and vice versa (e.g., Snackbars, Toasts).
Link copied to clipboard
Tokens for the surface colors of the components.