success constant

PillStyle const success

Green-themed style for success states or positive content.

Implementation

static const PillStyle success = PillStyle(
  backgroundColor: Color(0xFFE8F5E9),
  borderColor: Color(0xFFA5D6A7),
  labelColor: Color(0xFF2E7D32),
);