headlineLarge constant

TextStyle const headlineLarge

Implementation

static const TextStyle headlineLarge = TextStyle(
  fontSize: 22,
  fontWeight: FontWeight.bold,
  height: 1.3,
);