displayLarge constant

TextStyle const displayLarge

Implementation

static const TextStyle displayLarge = TextStyle(
  fontSize: 57,
  fontWeight: regular,
  letterSpacing: -0.25,
  height: 1.12,
);