diverging3 property

List<Color> diverging3
final

Diverging (negative → neutral → positive) — uses official Subzero support colors.

Implementation

final List<Color> diverging3 = const [
  Color(0xFFEB0000), // Support Negative
  Color(0xFFF1F4F7), // Neutral-1
  Color(0xFF278829), // Support Positive
];