titleSmall constant
Implementation
static const titleSmall = TextStyle(
fontSize: 14,
fontWeight: FontWeight.w500,
letterSpacing: 0.1,
color: RALIColors.textPrimary,
);
static const titleSmall = TextStyle(
fontSize: 14,
fontWeight: FontWeight.w500,
letterSpacing: 0.1,
color: RALIColors.textPrimary,
);