labelMedium constant
Implementation
static const labelMedium = TextStyle(
fontSize: 12,
fontWeight: FontWeight.w500,
letterSpacing: 0.5,
color: RALIColors.textPrimary,
);
static const labelMedium = TextStyle(
fontSize: 12,
fontWeight: FontWeight.w500,
letterSpacing: 0.5,
color: RALIColors.textPrimary,
);