special constant

PillStyle const special

Purple-themed style for special or highlighted content.

Implementation

static const PillStyle special = PillStyle(
  backgroundColor: Color(0xFFF3E5F5),
  borderColor: Color(0xFFCE93D8),
  labelColor: Color(0xFF7B1FA2),
);