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