todayNumber constant

TextStyle const todayNumber

Implementation

static const TextStyle todayNumber = TextStyle(
  fontSize: 16,
  fontWeight: FontWeight.bold,
  color: Colors.white,
);