def primary?
#
Returns true if this enum value equals Primary
Semantic Apple label roles. Unlike ThemeColor (a baked RGBA value),
a LabelRole is a symbolic reference that the AppKit / UIKit renderers
resolve at render time to the platform's dynamic system color
(NSColor.labelColor / UIColor.labelColor and siblings). These track
the current appearance (light / dark) and accessibility Increase
Contrast automatically.
0
1
2
3
Returns true if this enum value equals Primary
Returns true if this enum value equals Quaternary
Returns true if this enum value equals Secondary
Returns true if this enum value equals Tertiary