tertiary property

Color? tertiary
final

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.

If not defined, and if there is no colorScheme defined, it will default to secondary color, and if it is not defined either, then primary.

Implementation

final Color? tertiary;