titleSmall constant

TextStyle const titleSmall

Implementation

static const TextStyle titleSmall = TextStyle(
  fontSize: 16,
  fontWeight: FontWeight.w600,
  height: 1.3,
  letterSpacing: -0.1,
  fontFeatures: _proportional,
);