titleMedium constant
Implementation
static const titleMedium = TextStyle(
fontSize: 16,
fontWeight: FontWeight.w500,
letterSpacing: 0.15,
color: RALIColors.textPrimary,
);
static const titleMedium = TextStyle(
fontSize: 16,
fontWeight: FontWeight.w500,
letterSpacing: 0.15,
color: RALIColors.textPrimary,
);