heading2 constant

TextStyle const heading2

Implementation

static const heading2 = TextStyle(
  fontFamily: _sansFamily,
  fontSize: 22,
  fontWeight: FontWeight.w600,
  height: 1.3,
  letterSpacing: -0.3,
);