titleMedium constant

TextStyle const titleMedium

Implementation

static const TextStyle titleMedium = TextStyle(
  fontSize: 16,
  fontWeight: FontWeight.w600,
  color: TsdtechColors.textPrimary,
  height: 1.4,
);