neutral constant

PillStyle const neutral

Cyan-themed style for neutral or secondary content.

Implementation

static const PillStyle neutral = PillStyle(
  backgroundColor: Color(0xFFE0F7FA),
  borderColor: Color(0xFF80DEEA),
  labelColor: Color(0xFF00838F),
);