Companion

public class Companion

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

Properties

Link copied to clipboard

Functions

Link copied to clipboard
public final static ThemeColorTokens.Background.Surface copy(ThemeColorTokens.Background.Surface $self, Color default, Color variant, Color container, Color subtle, Color emphasis)

Copies this Background.Surface replacing provided values.

Link copied to clipboard
public final static ThemeColorTokens.Background.Surface create(Color default, Color variant, Color container, Color subtle, Color emphasis)

Creates a Background.Surface instance with the provided color values.