headlineMedium constant

TextStyle const headlineMedium

Implementation

static const TextStyle headlineMedium = TextStyle(
  fontSize: 24,
  fontWeight: FontWeight.w600,
  color: TsdtechColors.textPrimary,
  height: 1.25,
);