secondary property

Color? secondary
final

An accent color that, when used sparingly, calls attention to parts of your application.

If not defined, and if there is no colorScheme defined, it will be computed from primary color.

Implementation

final Color? secondary;