secondaryVariant property

Color secondaryVariant
final

Typically a darker version of the secondary color.

In Flutter SDK the secondaryVariant color is not used by in any built-in widgets default themes or predefined widget behavior. It is an excellent property to use if you need a custom color for custom widgets accessible via your application's ThemeData, that is not used as default color by any built-in widgets.

Implementation

final Color secondaryVariant;