tertiaryContainer property

Color? tertiaryContainer
final

A color used for elements needing less emphasis than tertiary.

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? tertiaryContainer;