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