headlineLarge constant

TextStyle const headlineLarge

Implementation

static const TextStyle headlineLarge = TextStyle(
  fontSize: 28,
  fontWeight: FontWeight.w700,
  color: TsdtechColors.textPrimary,
  height: 1.2,
);