titleSmall constant

TextStyle const titleSmall

Implementation

static const TextStyle titleSmall = TextStyle(
  fontSize: 14,
  fontWeight: FontWeight.w500,
  height: 1.4,
  letterSpacing: 0.1,
);