subheading constant

TextStyle const subheading

Implementation

static const subheading = TextStyle(
  fontSize: 16,
  fontWeight: FontWeight.w500,
  letterSpacing: 0.15,
  color: RALIColors.textPrimary,
);