heading1 constant

TextStyle const heading1

Implementation

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