system_supports_color_schemes


Description:

public bool system_supports_color_schemes { get; }

Whether the system supports color schemes.

This property can be used to check if the current environment provides a color scheme preference. For example, applications might want to show a separate appearance switcher if it's set to `FALSE`.

See [property@StyleManager:color-scheme].