tertiary property Null safety
A color used as a contrasting accent that can balance primary and secondary colors or bring heightened attention to an element, such as an input field.
Implementation
Color get tertiary => _tertiary ?? secondary;
A color used as a contrasting accent that can balance primary and secondary colors or bring heightened attention to an element, such as an input field.
Color get tertiary => _tertiary ?? secondary;