system_supports_accent_colors


Description:

[ Version ( since = "1.6" ) ]
public bool system_supports_accent_colors { get; }

Whether the system supports accent colors.

This property can be used to check if the current environment provides an accent color preference. For example, applications might want to show a preference for choosing accent color if it's set to `FALSE`.

See [property@StyleManager:accent-color].