titleLarge constant

TextStyle const titleLarge

Implementation

static const titleLarge = TextStyle(
  fontSize: 22,
  fontWeight: FontWeight.w500,
  letterSpacing: 0,
  color: RALIColors.textPrimary,
);