weekdayLabel constant

TextStyle const weekdayLabel

Implementation

static const TextStyle weekdayLabel = TextStyle(
  fontSize: 13,
  fontWeight: FontWeight.w500,
  color: Color(0xFF757575),
);