Companion
Companion object for Background interface, provides a factory method for creating Background instances.
Functions
Link copied to clipboard
public final static ThemeColorTokens.Background copy(ThemeColorTokens.Background $self, Color default, Color inverse, ThemeColorTokens.Background.Surface surface)
Copies this Background replacing provided values.
Link copied to clipboard
public final static ThemeColorTokens.Background create(Color default, Color inverse, ThemeColorTokens.Background.Surface surface)
Creates a Background instance with the provided color values.