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, the default result will be primary color.

Implementation

final Color? secondary;