heading3 constant

TextStyle const heading3

Implementation

static const heading3 = TextStyle(
  fontFamily: _sansFamily,
  fontSize: 18,
  fontWeight: FontWeight.w600,
  height: 1.4,
);