titleSmall constant

TextStyle const titleSmall

Implementation

static const TextStyle titleSmall = TextStyle(
  fontSize: 14,
  fontWeight: medium,
  letterSpacing: 0.1,
  height: 1.43,
);