Class ColorState
-
- All Implemented Interfaces:
@Serializable(with = ColorStateSerializer.class) public final class ColorStateRepresents a color state that can have different values for light and dark modes. When serialized, it can be a single color string or an array of two colors light, dark.
- Since:
-
-
Constructor Summary
Constructors Constructor Description ColorState(Color color)ColorState(Color light, Color dark)
-