date constant

PillStyle const date

Pink-themed style for date/time or temporal content.

Implementation

static const PillStyle date = PillStyle(
  backgroundColor: Color(0xFFFCE4EC),
  borderColor: Color(0xFFF48FB1),
  labelColor: Color(0xFFC2185B),
);