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