titleSmall constant

TextStyle const titleSmall

Implementation

static const TextStyle titleSmall = TextStyle(
  fontSize: 18.0,
  fontWeight: FontWeight.w500,
  color: Color(0xFF37474F),
);