heading4 constant

TextStyle const heading4

Implementation

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