goodColorIn method

Color goodColorIn(
  1. ColorScheme scheme
)

The healthy color, resolved against scheme when none was configured.

Implementation

Color goodColorIn(ColorScheme scheme) => goodColor ?? scheme.primary;