heading2 constant

TextStyle const heading2

Implementation

static const heading2 = TextStyle(
  fontSize: 20,
  fontWeight: FontWeight.w600,
  letterSpacing: 0,
  color: RALIColors.textPrimary,
);