displayLarge constant

TextStyle const displayLarge

Implementation

static const TextStyle displayLarge = TextStyle(
  fontSize: 48,
  fontWeight: FontWeight.w700,
  letterSpacing: -1.0,
  color: TsdtechColors.textPrimary,
  height: 1.1,
);