secondaryContainer property

Color? secondaryContainer
final

A color used for elements needing less emphasis than secondary.

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