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