displayLarge constant

TextStyle const displayLarge

Implementation

static const TextStyle displayLarge = TextStyle(
  fontSize: 32,
  fontWeight: FontWeight.bold,
  letterSpacing: -0.5,
  height: 1.2,
);