titleLarge constant

TextStyle const titleLarge

Implementation

static const TextStyle titleLarge = TextStyle(
  fontSize: 22,
  fontWeight: FontWeight.w700,
  height: 1.25,
  letterSpacing: -0.4,
  fontFeatures: _proportional,
);