labelMedium constant
TextStyle
const labelMedium
Implementation
static const TextStyle labelMedium = TextStyle(
fontSize: 12,
fontWeight: FontWeight.w500,
letterSpacing: 0.5,
color: TsdtechColors.textSecondary,
height: 1.4,
);