eventTitle constant

TextStyle const eventTitle

Implementation

static const TextStyle eventTitle = TextStyle(
  fontSize: 12,
  fontWeight: FontWeight.w500,
  color: Colors.white,
);