titleLarge constant
TextStyle
const titleLarge
Implementation
static const TextStyle titleLarge = TextStyle(
fontSize: 18,
fontWeight: FontWeight.w600,
color: TsdtechColors.textPrimary,
height: 1.35,
);