labelLarge constant
TextStyle
const labelLarge
Implementation
static const TextStyle labelLarge = TextStyle(
fontSize: 14,
fontWeight: FontWeight.w500,
letterSpacing: 0.1,
color: TsdtechColors.textPrimary,
height: 1.4,
);